Share via


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)

Syntax

public static Task<AzureOperationResponse> BeginDeleteRouteTableAsync(
    this IRouteOperations operations,
    string routeTableName
)
public:
[ExtensionAttribute]
static Task<AzureOperationResponse^>^ BeginDeleteRouteTableAsync(
    IRouteOperations^ operations,
    String^ routeTableName
)
static member BeginDeleteRouteTableAsync : 
        operations:IRouteOperations *
        routeTableName:string -> Task<AzureOperationResponse>
<ExtensionAttribute>
Public Shared Function BeginDeleteRouteTableAsync (
    operations As IRouteOperations,
    routeTableName As String
) As Task(Of AzureOperationResponse)

Parameters

  • 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.

See Also

RouteOperationsExtensions Class
Microsoft.WindowsAzure.Management.Network Namespace

Return to top