RouteOperationsExtensions.BeginDeleteRouteAsync 方法 (IRouteOperations, String, String)
在此订阅中设置为所提供的表指定的路由。
命名空间: Microsoft.WindowsAzure.Management.Network
程序集: Microsoft.WindowsAzure.Management.Network(Microsoft.WindowsAzure.Management.Network.dll 中)
语法
public static Task<AzureOperationResponse> BeginDeleteRouteAsync(
this IRouteOperations operations,
string routeTableName,
string routeName
)
public:
[ExtensionAttribute]
static Task<AzureOperationResponse^>^ BeginDeleteRouteAsync(
IRouteOperations^ operations,
String^ routeTableName,
String^ routeName
)
static member BeginDeleteRouteAsync :
operations:IRouteOperations *
routeTableName:string *
routeName:string -> Task<AzureOperationResponse>
<ExtensionAttribute>
Public Shared Function BeginDeleteRouteAsync (
operations As IRouteOperations,
routeTableName As String,
routeName As String
) As Task(Of AzureOperationResponse)
参数
operations
Type: Microsoft.WindowsAzure.Management.Network.IRouteOperations对 Microsoft.WindowsAzure.Management.Network.IRouteOperations 引用。
routeTableName
Type: System.String必需。 将在其中设置提供的路由的路由表的名称。
routeName
Type: System.String必需。 将在提供的路由表上设置的路由名称。
返回值
Type: System.Threading.Tasks.Task<AzureOperationResponse>
标准服务响应,包括 HTTP 状态代码和请求 ID。
请参阅
RouteOperationsExtensions 类
Microsoft.WindowsAzure.Management.Network 命名空间
返回页首