RouteTables interface
RouteTable を表すインターフェイス。
メソッド
| begin |
指定したリソース グループ内のルート テーブルを作成または更新します。 |
| begin |
指定したリソース グループ内のルート テーブルを作成または更新します。 |
| begin |
指定したルート テーブルを削除します。 |
| begin |
指定したルート テーブルを削除します。 |
| get(string, string, Route |
指定したルート テーブルを取得します。 |
| list(string, Route |
リソース グループ内のすべてのルート テーブルを取得します。 |
| list |
サブスクリプション内のすべてのルート テーブルを取得します。 |
| update |
ルート テーブル タグを更新します。 |
メソッドの詳細
beginCreateOrUpdate(string, string, RouteTable, RouteTablesCreateOrUpdateOptionalParams)
指定したリソース グループ内のルート テーブルを作成または更新します。
function beginCreateOrUpdate(resourceGroupName: string, routeTableName: string, parameters: RouteTable, options?: RouteTablesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<RouteTable>, RouteTable>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- routeTableName
-
string
ルート テーブルの名前。
- parameters
- RouteTable
ルート テーブルの作成または更新操作に指定されたパラメーター。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<RouteTable>, RouteTable>>
beginCreateOrUpdateAndWait(string, string, RouteTable, RouteTablesCreateOrUpdateOptionalParams)
指定したリソース グループ内のルート テーブルを作成または更新します。
function beginCreateOrUpdateAndWait(resourceGroupName: string, routeTableName: string, parameters: RouteTable, options?: RouteTablesCreateOrUpdateOptionalParams): Promise<RouteTable>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- routeTableName
-
string
ルート テーブルの名前。
- parameters
- RouteTable
ルート テーブルの作成または更新操作に指定されたパラメーター。
オプション パラメーター。
戻り値
Promise<RouteTable>
beginDelete(string, string, RouteTablesDeleteOptionalParams)
指定したルート テーブルを削除します。
function beginDelete(resourceGroupName: string, routeTableName: string, options?: RouteTablesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- routeTableName
-
string
ルート テーブルの名前。
- options
- RouteTablesDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, RouteTablesDeleteOptionalParams)
指定したルート テーブルを削除します。
function beginDeleteAndWait(resourceGroupName: string, routeTableName: string, options?: RouteTablesDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- routeTableName
-
string
ルート テーブルの名前。
- options
- RouteTablesDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<void>
get(string, string, RouteTablesGetOptionalParams)
指定したルート テーブルを取得します。
function get(resourceGroupName: string, routeTableName: string, options?: RouteTablesGetOptionalParams): Promise<RouteTable>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- routeTableName
-
string
ルート テーブルの名前。
- options
- RouteTablesGetOptionalParams
オプション パラメーター。
戻り値
Promise<RouteTable>
list(string, RouteTablesListOptionalParams)
リソース グループ内のすべてのルート テーブルを取得します。
function list(resourceGroupName: string, options?: RouteTablesListOptionalParams): PagedAsyncIterableIterator<RouteTable, RouteTable[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- options
- RouteTablesListOptionalParams
オプション パラメーター。
戻り値
listAll(RouteTablesListAllOptionalParams)
サブスクリプション内のすべてのルート テーブルを取得します。
function listAll(options?: RouteTablesListAllOptionalParams): PagedAsyncIterableIterator<RouteTable, RouteTable[], PageSettings>
パラメーター
- options
- RouteTablesListAllOptionalParams
オプション パラメーター。
戻り値
updateTags(string, string, TagsObject, RouteTablesUpdateTagsOptionalParams)
ルート テーブル タグを更新します。
function updateTags(resourceGroupName: string, routeTableName: string, parameters: TagsObject, options?: RouteTablesUpdateTagsOptionalParams): Promise<RouteTable>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- routeTableName
-
string
ルート テーブルの名前。
- parameters
- TagsObject
ルート テーブル タグを更新するために指定されたパラメーター。
オプション パラメーター。
戻り値
Promise<RouteTable>