IGatewayOperations.BeginDeletingAsync Method (String, CancellationToken)
The Begin Deleting Virtual Network Gateway operation deletes a network gateway for the specified virtual network in Azure. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154129.aspx for more information)
Namespace: Microsoft.WindowsAzure.Management.Network
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Syntax
Task<GatewayOperationResponse> BeginDeletingAsync(
string networkName,
CancellationToken cancellationToken
)
Task<GatewayOperationResponse^>^ BeginDeletingAsync(
String^ networkName,
CancellationToken cancellationToken
)
abstract BeginDeletingAsync :
networkName:string *
cancellationToken:CancellationToken -> Task<GatewayOperationResponse>
Function BeginDeletingAsync (
networkName As String,
cancellationToken As CancellationToken
) As Task(Of GatewayOperationResponse)
Parameters
networkName
Type: System.StringThe name of the virtual network.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<GatewayOperationResponse>
A standard service response including an HTTP status code and request ID.
See Also
IGatewayOperations Interface
Microsoft.WindowsAzure.Management.Network Namespace
Return to top