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
参数
operations
Type: Microsoft.WindowsAzure.Management.Network.IRouteOperations对 Microsoft.WindowsAzure.Management.Network.IRouteOperations 引用。
routeTableName
Type: System.String必需。 将在其中设置提供的路由的路由表的名称。
routeName
Type: System.String必需。 将在提供的路由表上设置的路由名称。
parameters
Type: Microsoft.WindowsAzure.Management.Network.Models.SetRouteParameters必需。 创建一个新的路由表所必需的参数。
返回值
Type: Microsoft.Azure.AzureOperationResponse
标准服务响应,包括 HTTP 状态代码和请求 ID。
请参阅
RouteOperationsExtensions 类
Microsoft.WindowsAzure.Management.Network 命名空间
返回页首