IApplicationGatewayOperations.BeginAddCertificateAsync 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 Begin Add certificate ajoute le certificat ssl à la passerelle Application Gateway (pour http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx plus d’informations)
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginAddCertificateAsync (string gatewayName, string certificateName, Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayCertificate certificate, System.Threading.CancellationToken cancellationToken);
abstract member BeginAddCertificateAsync : string * string * Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayCertificate * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>
Public Function BeginAddCertificateAsync (gatewayName As String, certificateName As String, certificate As ApplicationGatewayCertificate, cancellationToken As CancellationToken) As Task(Of GatewayOperationResponse)
Paramètres
- gatewayName
- String
Nom de la passerelle
- certificateName
- String
Nom du certificat
- certificate
- ApplicationGatewayCertificate
Certificat ssl de la passerelle d’application
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Réponse de service standard comprenant un code de status HTTP et un ID de demande.
S’applique à
Azure SDK for .NET