次の方法で共有


IWithRouteTable.WithExistingRouteTable メソッド

定義

オーバーロード

WithExistingRouteTable(IRouteTable)

サブネットに関連付ける既存のルート テーブルを指定します。

WithExistingRouteTable(String)

サブネットに関連付ける既存のルート テーブルを指定します。

WithExistingRouteTable(IRouteTable)

サブネットに関連付ける既存のルート テーブルを指定します。

public Microsoft.Azure.Management.Network.Fluent.Subnet.Update.IUpdate WithExistingRouteTable (Microsoft.Azure.Management.Network.Fluent.IRouteTable routeTable);
abstract member WithExistingRouteTable : Microsoft.Azure.Management.Network.Fluent.IRouteTable -> Microsoft.Azure.Management.Network.Fluent.Subnet.Update.IUpdate
Public Function WithExistingRouteTable (routeTable As IRouteTable) As IUpdate

パラメーター

routeTable
IRouteTable

関連付ける既存のルート テーブル。

戻り値

適用対象

WithExistingRouteTable(String)

サブネットに関連付ける既存のルート テーブルを指定します。

public Microsoft.Azure.Management.Network.Fluent.Subnet.Update.IUpdate WithExistingRouteTable (string resourceId);
abstract member WithExistingRouteTable : string -> Microsoft.Azure.Management.Network.Fluent.Subnet.Update.IUpdate
Public Function WithExistingRouteTable (resourceId As String) As IUpdate

パラメーター

resourceId
String

既存のルート テーブルのリソース ID。

戻り値

適用対象