Sdílet prostřednictvím


LoadBalancerBackendAddressPoolsOperationsExtensions.List Method

Definition

Gets all the load balancer backed address pools.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BackendAddressPool> List (this Microsoft.Azure.Management.Network.ILoadBalancerBackendAddressPoolsOperations operations, string resourceGroupName, string loadBalancerName);
static member List : Microsoft.Azure.Management.Network.ILoadBalancerBackendAddressPoolsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BackendAddressPool>
<Extension()>
Public Function List (operations As ILoadBalancerBackendAddressPoolsOperations, resourceGroupName As String, loadBalancerName As String) As IPage(Of BackendAddressPool)

Parameters

operations
ILoadBalancerBackendAddressPoolsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

loadBalancerName
String

The name of the load balancer.

Returns

Applies to