From 7017e223ca071c9262f2a3cc4b0dff1a6c661d3f Mon Sep 17 00:00:00 2001 From: Anirban Paul Date: Mon, 27 Mar 2017 18:06:41 -0700 Subject: [PATCH] Update get-networkcontrollerloadbalancerbackendaddresspool.md Added example and descriptions --- ...ontrollerloadbalancerbackendaddresspool.md | 23 ++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/docset/windows/network-controller/get-networkcontrollerloadbalancerbackendaddresspool.md b/docset/windows/network-controller/get-networkcontrollerloadbalancerbackendaddresspool.md index 675b8db506..7e5cd5b36f 100644 --- a/docset/windows/network-controller/get-networkcontrollerloadbalancerbackendaddresspool.md +++ b/docset/windows/network-controller/get-networkcontrollerloadbalancerbackendaddresspool.md @@ -20,6 +20,7 @@ ms.assetid: 396B5BF4-2E42-48C0-AA36-17D9B2955D26 # Get-NetworkControllerLoadBalancerBackendAddressPool ## SYNOPSIS +This cmdlet retrieves the back end address pool configuration associated with a load balancer. ## SYNTAX @@ -30,13 +31,18 @@ Get-NetworkControllerLoadBalancerBackendAddressPool [-LoadBalancerId] ``` ## DESCRIPTION +This cmdlet retrieves the back end address pool configuration associated with a load balancer. The backend address pool contains the Dynamic IPs (DIPs) that make up the members of the load balanced set of VMs. ## EXAMPLES - - +This example retrieves all the backend address pool resources from a load balancer resource named lb1 +``` +Get-NetworkControllerLoadBalancerBackendAddressPool -ConnectionUri https://networkcontroller -LoadBalancerId lb1 +``` ## PARAMETERS ### -CertificateThumbprint +Specifies the digital public key X.509 certificate of a user account that has permission to perform this action.This is the certificate thumbprint of the certificate.This thumbprint must also be provided in the *ClientCertificateThumbprint* parameter in the **Install-NetworkController** or **Set-NetworkController** cmdlet so that Network Controller can authorize this user. + ```yaml Type: String Parameter Sets: (All) @@ -50,6 +56,8 @@ Accept wildcard characters: False ``` ### -ConnectionUri +Specifies the Uniform Resource Identifier (URI) of the Network Controller, used by all Representational State Transfer (REST) clients to connect to Network Controller. + ```yaml Type: Uri Parameter Sets: (All) @@ -63,6 +71,8 @@ Accept wildcard characters: False ``` ### -Credential +Specifies a user credential that has permission to perform this action.The default value is the current user.This user must be present in the security group provided in the *ClientSecurityGroup* parameter in the **Install-NetworkController** cmdlet. + ```yaml Type: PSCredential Parameter Sets: (All) @@ -76,6 +86,8 @@ Accept wildcard characters: False ``` ### -LoadBalancerId +Specifies the load balancer where the backend address pool belongs + ```yaml Type: String[] Parameter Sets: (All) @@ -102,6 +114,8 @@ Accept wildcard characters: False ``` ### -ResourceId +Specifies the unique identifier for the backend address pool + ```yaml Type: String[] Parameter Sets: (All) @@ -120,7 +134,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS ## OUTPUTS - +Following properties can be retrieved for a backend address pool: +1. Backend IP configurations of the members of the pool +2. Outbound NAT rules associated with the backend address pool +3. Load balancing rules associated with the backend address pool ## NOTES ## RELATED LINKS