Freigeben über


LoadBalancerLoadBalancingRulesOperationsExtensions.ListAsync Methode

Definition

Ruft alle Lastenausgleichsregeln in einem Lastenausgleich ab.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.LoadBalancingRule>> ListAsync (this Microsoft.Azure.Management.Network.ILoadBalancerLoadBalancingRulesOperations operations, string resourceGroupName, string loadBalancerName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Network.ILoadBalancerLoadBalancingRulesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.LoadBalancingRule>>
<Extension()>
Public Function ListAsync (operations As ILoadBalancerLoadBalancingRulesOperations, resourceGroupName As String, loadBalancerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of LoadBalancingRule))

Parameter

operations
ILoadBalancerLoadBalancingRulesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

loadBalancerName
String

Der Name des Load Balancer.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: