RouteOperationsExtensions.DeleteRouteTableAsync 方法 (IRouteOperations, String)

 

删除此订阅指定的路由表。

命名空间:   Microsoft.WindowsAzure.Management.Network
程序集:  Microsoft.WindowsAzure.Management.Network(Microsoft.WindowsAzure.Management.Network.dll 中)

语法

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

参数

  • routeTableName
    Type: System.String

    必需。 要删除的路由表的名称。

返回值

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

响应正文包含指定的异步操作,指示它是已成功、 正在进行,还是已失败的状态。 请注意此状态为获取操作状态操作本身返回的 HTTP 状态代码不同。 如果异步操作成功,则响应正文包含成功请求的 HTTP 状态代码。 如果异步操作失败,则响应正文包含失败请求的 HTTP 状态代码,还包含关于失败的错误信息。

请参阅

RouteOperationsExtensions 类
Microsoft.WindowsAzure.Management.Network 命名空间

返回页首