RouteOperationsExtensions.BeginRemoveRouteTableFromSubnetAsync 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 System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginRemoveRouteTableFromSubnetAsync (this Microsoft.WindowsAzure.Management.Network.IRouteOperations operations, string vnetName, string subnetName);
static member BeginRemoveRouteTableFromSubnetAsync : Microsoft.WindowsAzure.Management.Network.IRouteOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function BeginRemoveRouteTableFromSubnetAsync (operations As IRouteOperations, vnetName As String, subnetName As String) As Task(Of 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
Task<Microsoft.Azure.AzureOperationResponse>
A standard service response including an HTTP status code and request ID.