Freigeben über


ApplicationGatewaysOperationsExtensions.GetAsync Methode

Definition

Ruft das angegebene Anwendungsgateway ab.

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

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: