< Back

Get-NsxLoadBalancerApplicationProfile

Sat Jan 18, 2020 9:07 pm

NAME Get-NsxLoadBalancerApplicationProfile



SYNOPSIS

Retrieves LoadBalancer Application Profiles from a specified LoadBalancer.





SYNTAX

Get-NsxLoadBalancerApplicationProfile [-LoadBalancer] <XmlElement> [[-Name] <String>] [<CommonParameters>]



Get-NsxLoadBalancerApplicationProfile [-LoadBalancer] <XmlElement> -objectId <String> [<CommonParameters>]





DESCRIPTION

An NSX Edge Service Gateway provides all NSX Edge services such as firewall,

NAT, DHCP, VPN, load balancing, and high availability.



The NSX Edge load balancer enables network traffic to follow multiple paths

to a specific destination. It distributes incoming service requests evenly

among multiple servers in such a way that the load distribution is

transparent to users. Load balancing thus helps in achieving optimal

resource utilization, maximizing throughput, minimizing response time, and

avoiding overload. NSX Edge provides load balancing up to Layer 7.



Application profiles define the behavior of a particular type of network

traffic. After configuring a profile, you associate the profile with a

virtual server. The virtual server then processes traffic according to the

values specified in the profile. Using profiles enhances your control over

managing network traffic, and makes traffic???????????????management tasks easier and more

efficient.



This cmdlet retrieves the LoadBalancer Application Profiles from a specified

LoadBalancer.





PARAMETERS

-LoadBalancer <XmlElement>



Required? true

Position? 2

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-objectId <String>



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Name <String>



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Get-NsxEdge Edge01 | Get-NsxLoadBalancer |



Get-NsxLoadBalancerApplicationProfile HTTP











RELATED LINKS