共用方式為


RouteOperationsExtensions.BeginDeleteRouteTableAsync Method

Definition

Delete the specified route table for this subscription.

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginDeleteRouteTableAsync (this Microsoft.WindowsAzure.Management.Network.IRouteOperations operations, string routeTableName);
static member BeginDeleteRouteTableAsync : Microsoft.WindowsAzure.Management.Network.IRouteOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function BeginDeleteRouteTableAsync (operations As IRouteOperations, routeTableName As String) As Task(Of AzureOperationResponse)

Parameters

operations
IRouteOperations

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

routeTableName
String

Required. The name of the route table to delete.

Returns

Task<Microsoft.Azure.AzureOperationResponse>

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

Applies to