次の方法で共有


Routes interface

ルートを表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, string, Route, RoutesCreateOrUpdateOptionalParams)

指定したルート テーブル内のルートを作成または更新します。

beginCreateOrUpdateAndWait(string, string, string, Route, RoutesCreateOrUpdateOptionalParams)

指定したルート テーブル内のルートを作成または更新します。

beginDelete(string, string, string, RoutesDeleteOptionalParams)

ルート テーブルから指定したルートを削除します。

beginDeleteAndWait(string, string, string, RoutesDeleteOptionalParams)

ルート テーブルから指定したルートを削除します。

get(string, string, string, RoutesGetOptionalParams)

ルート テーブルから指定されたルートを取得します。

list(string, string, RoutesListOptionalParams)

ルート テーブル内のすべてのルートを取得します。

メソッドの詳細

beginCreateOrUpdate(string, string, string, Route, RoutesCreateOrUpdateOptionalParams)

指定したルート テーブル内のルートを作成または更新します。

function beginCreateOrUpdate(resourceGroupName: string, routeTableName: string, routeName: string, routeParameters: Route, options?: RoutesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<Route>, Route>>

パラメーター

resourceGroupName

string

リソース グループの名前。

routeTableName

string

ルート テーブルの名前。

routeName

string

ルートの名前。

routeParameters
Route

ルートの作成または更新操作に指定されたパラメーター。

options
RoutesCreateOrUpdateOptionalParams

options パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<Route>, Route>>

beginCreateOrUpdateAndWait(string, string, string, Route, RoutesCreateOrUpdateOptionalParams)

指定したルート テーブル内のルートを作成または更新します。

function beginCreateOrUpdateAndWait(resourceGroupName: string, routeTableName: string, routeName: string, routeParameters: Route, options?: RoutesCreateOrUpdateOptionalParams): Promise<Route>

パラメーター

resourceGroupName

string

リソース グループの名前。

routeTableName

string

ルート テーブルの名前。

routeName

string

ルートの名前。

routeParameters
Route

ルートの作成または更新操作に指定されたパラメーター。

options
RoutesCreateOrUpdateOptionalParams

options パラメーター。

戻り値

Promise<Route>

beginDelete(string, string, string, RoutesDeleteOptionalParams)

ルート テーブルから指定したルートを削除します。

function beginDelete(resourceGroupName: string, routeTableName: string, routeName: string, options?: RoutesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

パラメーター

resourceGroupName

string

リソース グループの名前。

routeTableName

string

ルート テーブルの名前。

routeName

string

ルートの名前。

options
RoutesDeleteOptionalParams

options パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, string, RoutesDeleteOptionalParams)

ルート テーブルから指定したルートを削除します。

function beginDeleteAndWait(resourceGroupName: string, routeTableName: string, routeName: string, options?: RoutesDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。

routeTableName

string

ルート テーブルの名前。

routeName

string

ルートの名前。

options
RoutesDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

get(string, string, string, RoutesGetOptionalParams)

ルート テーブルから指定されたルートを取得します。

function get(resourceGroupName: string, routeTableName: string, routeName: string, options?: RoutesGetOptionalParams): Promise<Route>

パラメーター

resourceGroupName

string

リソース グループの名前。

routeTableName

string

ルート テーブルの名前。

routeName

string

ルートの名前。

options
RoutesGetOptionalParams

options パラメーター。

戻り値

Promise<Route>

list(string, string, RoutesListOptionalParams)

ルート テーブル内のすべてのルートを取得します。

function list(resourceGroupName: string, routeTableName: string, options?: RoutesListOptionalParams): PagedAsyncIterableIterator<Route, Route[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。

routeTableName

string

ルート テーブルの名前。

options
RoutesListOptionalParams

options パラメーター。

戻り値