ApplicationGatewayOperationsExtensions.BeginDeleteApplicationGatewayAsync Method (IApplicationGatewayOperations, String)
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
public static Task<GatewayOperationResponse> BeginDeleteApplicationGatewayAsync(
this IApplicationGatewayOperations operations,
string gatewayName
)
public:
[ExtensionAttribute]
static Task<GatewayOperationResponse^>^ BeginDeleteApplicationGatewayAsync(
IApplicationGatewayOperations^ operations,
String^ gatewayName
)
static member BeginDeleteApplicationGatewayAsync :
operations:IApplicationGatewayOperations *
gatewayName:string -> Task<GatewayOperationResponse>
<ExtensionAttribute>
Public Shared Function BeginDeleteApplicationGatewayAsync (
operations As IApplicationGatewayOperations,
gatewayName As String
) As Task(Of GatewayOperationResponse)
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperationsReference to the Microsoft.WindowsAzure.Management.Network.IApplicationGatewayOperations.
gatewayName
Type: System.StringRequired. The name of the gateway.
Return Value
Type: System.Threading.Tasks.Task<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