共用方式為


GatewayOperationsExtensions.BeginRemoveDefaultSites Method

Definition

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

public static Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse BeginRemoveDefaultSites (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string networkName);
static member BeginRemoveDefaultSites : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string -> Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse
<Extension()>
Public Function BeginRemoveDefaultSites (operations As IGatewayOperations, networkName As String) As GatewayOperationResponse

Parameters

operations
IGatewayOperations

Reference to the Microsoft.WindowsAzure.Management.Network.IGatewayOperations.

networkName
String

Required. The name of the virtual network for this gateway.

Returns

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

Applies to