IGatewayOperations.BeginRemoveDefaultSitesAsync Method (String, CancellationToken)

 

The Begin Remove Virtual Network Gateway Shared Key operation removes the default sites on the virtual network gateway for the specified virtual network.

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

Function BeginRemoveDefaultSitesAsync (
	networkName As String,
	cancellationToken As CancellationToken
) As Task(Of GatewayOperationResponse)

Parameters

networkName
Type: System.String

The name of the virtual network for this gateway.

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks.Task(Of GatewayOperationResponse)

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

Return to top
Show: