RouteOperationsExtensions.BeginSetRoute 方法 (IRouteOperations, String, String, SetRouteParameters)

 

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

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

语法

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

参数

  • routeTableName
    Type: System.String

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

  • routeName
    Type: System.String

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

返回值

Type: Microsoft.Azure.AzureOperationResponse

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

请参阅

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

返回页首