共用方式為


RouteOperationsExtensions.BeginRemoveRouteTableFromSubnet Method

Definition

Remove the route table from the provided subnet in the provided virtual network in this subscription.

public static Microsoft.Azure.AzureOperationResponse BeginRemoveRouteTableFromSubnet (this Microsoft.WindowsAzure.Management.Network.IRouteOperations operations, string vnetName, string subnetName);
static member BeginRemoveRouteTableFromSubnet : Microsoft.WindowsAzure.Management.Network.IRouteOperations * string * string -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function BeginRemoveRouteTableFromSubnet (operations As IRouteOperations, vnetName As String, subnetName As String) As AzureOperationResponse

Parameters

operations
IRouteOperations

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

vnetName
String

Required. The name of the virtual network that contains the provided subnet.

subnetName
String

Required. The name of the subnet that the route table will be removed from.

Returns

Microsoft.Azure.AzureOperationResponse

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

Applies to