RouteOperationsExtensions.BeginRemoveRouteTableFromSubnet Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.