IApplicationGatewayOperations.GetAsync(String, CancellationToken) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET