IWithRouteTable.WithExistingRouteTable メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET