Partager via


IApplicationGatewayOperations.GetAsync(String, CancellationToken) Méthode

Définition

L’opération Obtenir Application Gateway récupère la passerelle d’application provisionnée pour l’abonnement donné. (voir http://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx pour plus d’informations)

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetResponse> GetAsync (string gatewayName, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetResponse>
Public Function GetAsync (gatewayName As String, cancellationToken As CancellationToken) As Task(Of ApplicationGatewayGetResponse)

Paramètres

gatewayName
String

Le nom de la passerelle.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Le corps de la réponse contient les détails de la passerelle Application Gateway.

S’applique à