RouteOperationsExtensions.BeginDeleteRoute 方法 (IRouteOperations, String, String)

 

在此订阅中设置为所提供的表指定的路由。

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

语法

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

参数

  • routeTableName
    Type: System.String

    必需。 将在其中设置提供的路由的路由表的名称。

  • routeName
    Type: System.String

    必需。 将在提供的路由表上设置的路由名称。

返回值

Type: Microsoft.Azure.AzureOperationResponse

标准服务响应,包括 HTTP 状态代码和请求 ID。

请参阅

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

返回页首