Share via


IApplicationGatewayOperations.BeginDeleteApplicationGatewayCertificateAsync Method (String, String, CancellationToken)

 

The Begin Delete Application Gateway certificate. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx for more information)

Namespace:   Microsoft.WindowsAzure.Management.Network
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

Syntax

Task<GatewayOperationResponse> BeginDeleteApplicationGatewayCertificateAsync(
    string gatewayName,
    string certificateName,
    CancellationToken cancellationToken
)
Task<GatewayOperationResponse^>^ BeginDeleteApplicationGatewayCertificateAsync(
    String^ gatewayName,
    String^ certificateName,
    CancellationToken cancellationToken
)
abstract BeginDeleteApplicationGatewayCertificateAsync : 
        gatewayName:string *
        certificateName:string *
        cancellationToken:CancellationToken -> Task<GatewayOperationResponse>
Function BeginDeleteApplicationGatewayCertificateAsync (
    gatewayName As String,
    certificateName As String,
    cancellationToken As CancellationToken
) As Task(Of GatewayOperationResponse)

Parameters

  • certificateName
    Type: System.String

    The name of the certificate.

Return Value

Type: System.Threading.Tasks.Task<GatewayOperationResponse>

A standard service response including an HTTP status code and request ID.

See Also

IApplicationGatewayOperations Interface
Microsoft.WindowsAzure.Management.Network Namespace

Return to top