次の方法で共有


RouteOperationsExtensions.BeginRemoveRouteTableFromSubnetAsync メソッド

定義

このサブスクリプションの指定された仮想ネットワーク内の指定されたサブネットからルート テーブルを削除します。

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginRemoveRouteTableFromSubnetAsync (this Microsoft.WindowsAzure.Management.Network.IRouteOperations operations, string vnetName, string subnetName);
static member BeginRemoveRouteTableFromSubnetAsync : Microsoft.WindowsAzure.Management.Network.IRouteOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function BeginRemoveRouteTableFromSubnetAsync (operations As IRouteOperations, vnetName As String, subnetName As String) As Task(Of AzureOperationResponse)

パラメーター

operations
IRouteOperations

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

vnetName
String

必須。 指定されたサブネットを含む仮想ネットワークの名前。

subnetName
String

必須。 ルート テーブルが削除されるサブネットの名前。

戻り値

Task<Microsoft.Azure.AzureOperationResponse>

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

適用対象