IApplicationGatewayOperations.GetCertificateAsync 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 certificat récupère le certificat ssl provisionné pour la passerelle donnée. (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.ApplicationGatewayGetCertificate> GetCertificateAsync (string gatewayName, string certificateName, System.Threading.CancellationToken cancellationToken);
abstract member GetCertificateAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayGetCertificate>
Public Function GetCertificateAsync (gatewayName As String, certificateName As String, cancellationToken As CancellationToken) As Task(Of ApplicationGatewayGetCertificate)
Paramètres
- gatewayName
- String
Le nom de la passerelle.
- certificateName
- String
Nom du certificat.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Réponse de la demande GetApplicationGatewayCertificate.
S’applique à
Azure SDK for .NET