次の方法で共有


RouteOperationsExtensions.BeginDeleteRouteTable メソッド

定義

このサブスクリプションの指定したルート テーブルを削除します。

public static Microsoft.Azure.AzureOperationResponse BeginDeleteRouteTable (this Microsoft.WindowsAzure.Management.Network.IRouteOperations operations, string routeTableName);
static member BeginDeleteRouteTable : Microsoft.WindowsAzure.Management.Network.IRouteOperations * string -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function BeginDeleteRouteTable (operations As IRouteOperations, routeTableName As String) As AzureOperationResponse

パラメーター

operations
IRouteOperations

Microsoft.WindowsAzure.Management.Network.IRouteOperations への参照。

routeTableName
String

必須。 削除するルート テーブルの名前。

戻り値

Microsoft.Azure.AzureOperationResponse

HTTP 状態コードと要求 ID を含む標準のサービス応答。

適用対象