Share via


IApplicationGatewayOperations.BeginDeleteApplicationGatewayAsync Method (String, CancellationToken)

 

The Begin Delete Application Gateway operation deletes Application Gateway with the specified parameters. (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> BeginDeleteApplicationGatewayAsync(
    string gatewayName,
    CancellationToken cancellationToken
)
Task<GatewayOperationResponse^>^ BeginDeleteApplicationGatewayAsync(
    String^ gatewayName,
    CancellationToken cancellationToken
)
abstract BeginDeleteApplicationGatewayAsync : 
        gatewayName:string *
        cancellationToken:CancellationToken -> Task<GatewayOperationResponse>
Function BeginDeleteApplicationGatewayAsync (
    gatewayName As String,
    cancellationToken As CancellationToken
) As Task(Of GatewayOperationResponse)

Parameters

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