ApplicationGatewayOperationsExtensions.BeginDeleteApplicationGatewayCertificate 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.
Certificat Begin Delete Application Gateway. (voir http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx pour plus d’informations)
public static Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginDeleteApplicationGatewayCertificate (this Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations operations, string gatewayName, string certificateName);
static member BeginDeleteApplicationGatewayCertificate : Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations * string * string -> Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse
<Extension()>
Public Function BeginDeleteApplicationGatewayCertificate (operations As IApplicationGatewayOperations, gatewayName As String, certificateName As String) As GatewayOperationResponse
Paramètres
- operations
- IApplicationGatewayOperations
Référence à Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
- gatewayName
- String
Obligatoire. Le nom de la passerelle.
- certificateName
- String
Obligatoire. Nom du certificat.
Retours
Réponse de service standard comprenant un code de status HTTP et un ID de requête.
S’applique à
Azure SDK for .NET