RouteOperationsExtensions.BeginDeleteRouteTable 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)
Syntax
public static AzureOperationResponse BeginDeleteRouteTable(
this IRouteOperations operations,
string routeTableName
)
public:
[ExtensionAttribute]
static AzureOperationResponse^ BeginDeleteRouteTable(
IRouteOperations^ operations,
String^ routeTableName
)
static member BeginDeleteRouteTable :
operations:IRouteOperations *
routeTableName:string -> AzureOperationResponse
<ExtensionAttribute>
Public Shared Function BeginDeleteRouteTable (
operations As IRouteOperations,
routeTableName As String
) As AzureOperationResponse
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Network.IRouteOperationsReference to the Microsoft.WindowsAzure.Management.Network.IRouteOperations.
routeTableName
Type: System.StringRequired. The name of the route table to delete.
Return Value
Type: Microsoft.Azure.AzureOperationResponse
A standard service response including an HTTP status code and request ID.
See Also
RouteOperationsExtensions Class
Microsoft.WindowsAzure.Management.Network Namespace
Return to top