IApplicationGatewayOperations.DeleteCertificateAsync 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.
Opération Supprimer Application Gateway certificat. (voir http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx pour plus d’informations)
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse> DeleteCertificateAsync (string gatewayName, string certificateName, System.Threading.CancellationToken cancellationToken);
abstract member DeleteCertificateAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ApplicationGatewayOperationResponse>
Public Function DeleteCertificateAsync (gatewayName As String, certificateName As String, cancellationToken As CancellationToken) As Task(Of ApplicationGatewayOperationResponse)
Paramètres
- gatewayName
- String
Le nom de la passerelle.
- certificateName
- String
Nom du certificat.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Le corps de la réponse contient les status de l’opération asynchrone spécifiée, indiquant si elle a réussi, est en cours d’exécution ou a échoué. Notez que cette status est distincte du code HTTP status retourné pour l’opération Obtenir l’état de l’opération elle-même. Si l'opération asynchrone réussit, le corps de la réponse inclut le code d'état HTTP indiquant que la demande a réussi. Si l'opération asynchrone échoue, le corps de la réponse inclut un code d'état HTTP indiquant que la demande a échoué, et comprend également les informations d'erreur concernant l'échec.
S’applique à
Azure SDK for .NET