Freigeben über


ApplicationGatewaysOperationsExtensions.GetAsync Methode

Definition

Ruft das angegebene Anwendungsgateway ab.

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

Parameter

operations
IApplicationGatewaysOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

applicationGatewayName
String

Der Name des Anwendungsgateways.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: