RouteOperationsExtensions.BeginDeleteRouteTableAsync Method (IRouteOperations, String)

 

Delete the specified route table for this subscription.

Namespace:   Microsoft.WindowsAzure.Management.Network
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

public static Task<AzureOperationResponse> BeginDeleteRouteTableAsync(
	this IRouteOperations operations,
	string routeTableName
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Network.IRouteOperations

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

routeTableName
Type: System.String

Required. The name of the route table to delete.

Return Value

Type: System.Threading.Tasks.Task<AzureOperationResponse>

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

Return to top
Show: