次の方法で共有


IWithRouteTable<ParentT>.WithExistingRouteTable メソッド

定義

オーバーロード

WithExistingRouteTable(IRouteTable)

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

WithExistingRouteTable(String)

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

WithExistingRouteTable(IRouteTable)

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

public Microsoft.Azure.Management.Network.Fluent.Subnet.Definition.IWithAttach<ParentT> WithExistingRouteTable (Microsoft.Azure.Management.Network.Fluent.IRouteTable routeTable);
abstract member WithExistingRouteTable : Microsoft.Azure.Management.Network.Fluent.IRouteTable -> Microsoft.Azure.Management.Network.Fluent.Subnet.Definition.IWithAttach<'ParentT>
Public Function WithExistingRouteTable (routeTable As IRouteTable) As IWithAttach(Of ParentT)

パラメーター

routeTable
IRouteTable

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

戻り値

適用対象

WithExistingRouteTable(String)

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

public Microsoft.Azure.Management.Network.Fluent.Subnet.Definition.IWithAttach<ParentT> WithExistingRouteTable (string resourceId);
abstract member WithExistingRouteTable : string -> Microsoft.Azure.Management.Network.Fluent.Subnet.Definition.IWithAttach<'ParentT>
Public Function WithExistingRouteTable (resourceId As String) As IWithAttach(Of ParentT)

パラメーター

resourceId
String

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

戻り値

適用対象