Freigeben über


LoadBalancerLoadBalancingRulesOperationsExtensions.GetAsync Methode

Definition

Ruft die angegebene Lastenausgleichsregel für den Lastenausgleich ab.

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

Parameter

operations
ILoadBalancerLoadBalancingRulesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

loadBalancerName
String

Der Name des Load Balancer.

loadBalancingRuleName
String

Der Name der Lastenausgleichsregel.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: