Share via


ApplicationGatewayOperationsExtensions.BeginDeleteApplicationGatewayCertificate Method (IApplicationGatewayOperations, String, String)

 

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

public static GatewayOperationResponse BeginDeleteApplicationGatewayCertificate(
    this IApplicationGatewayOperations operations,
    string gatewayName,
    string certificateName
)
public:
[ExtensionAttribute]
static GatewayOperationResponse^ BeginDeleteApplicationGatewayCertificate(
    IApplicationGatewayOperations^ operations,
    String^ gatewayName,
    String^ certificateName
)
static member BeginDeleteApplicationGatewayCertificate : 
        operations:IApplicationGatewayOperations *
        gatewayName:string *
        certificateName:string -> GatewayOperationResponse
<ExtensionAttribute>
Public Shared Function BeginDeleteApplicationGatewayCertificate (
    operations As IApplicationGatewayOperations,
    gatewayName As String,
    certificateName As String
) As GatewayOperationResponse

Parameters

  • gatewayName
    Type: System.String

    Required. The name of the gateway.

  • certificateName
    Type: System.String

    Required. The name of the certificate.

Return Value

Type: Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse

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

See Also

ApplicationGatewayOperationsExtensions Class
Microsoft.WindowsAzure.Management.Network Namespace

Return to top