次の方法で共有


RouteOperationsExtensions.BeginAddRouteTableToSubnetAsync メソッド

定義

このサブスクリプション内の指定された仮想ネットワーク内の指定されたサブネットに対して、指定したルート テーブルを設定します。

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

パラメーター

operations
IRouteOperations

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

vnetName
String

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

subnetName
String

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

parameters
AddRouteTableToSubnetParameters

必須。 指定されたサブネットにルート テーブルを追加するために必要なパラメーター。

戻り値

Task<Microsoft.Azure.AzureOperationResponse>

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

適用対象