次の方法で共有


HubRouteTables interface

HubRouteTables を表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, string, HubRouteTable, HubRouteTablesCreateOrUpdateOptionalParams)

存在しない場合は RouteTable リソースを作成し、それ以外の場合は既存の RouteTable を更新します。

beginCreateOrUpdateAndWait(string, string, string, HubRouteTable, HubRouteTablesCreateOrUpdateOptionalParams)

存在しない場合は RouteTable リソースを作成し、それ以外の場合は既存の RouteTable を更新します。

beginDelete(string, string, string, HubRouteTablesDeleteOptionalParams)

RouteTable を削除します。

beginDeleteAndWait(string, string, string, HubRouteTablesDeleteOptionalParams)

RouteTable を削除します。

get(string, string, string, HubRouteTablesGetOptionalParams)

RouteTable の詳細を取得します。

list(string, string, HubRouteTablesListOptionalParams)

すべての RouteTable の詳細を取得します。

メソッドの詳細

beginCreateOrUpdate(string, string, string, HubRouteTable, HubRouteTablesCreateOrUpdateOptionalParams)

存在しない場合は RouteTable リソースを作成し、それ以外の場合は既存の RouteTable を更新します。

function beginCreateOrUpdate(resourceGroupName: string, virtualHubName: string, routeTableName: string, routeTableParameters: HubRouteTable, options?: HubRouteTablesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<HubRouteTable>, HubRouteTable>>

パラメーター

resourceGroupName

string

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

virtualHubName

string

VirtualHub の名前。

routeTableName

string

RouteTable の名前。

routeTableParameters
HubRouteTable

RouteTable を作成または更新するために指定されたパラメーター。

options
HubRouteTablesCreateOrUpdateOptionalParams

options パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<HubRouteTable>, HubRouteTable>>

beginCreateOrUpdateAndWait(string, string, string, HubRouteTable, HubRouteTablesCreateOrUpdateOptionalParams)

存在しない場合は RouteTable リソースを作成し、それ以外の場合は既存の RouteTable を更新します。

function beginCreateOrUpdateAndWait(resourceGroupName: string, virtualHubName: string, routeTableName: string, routeTableParameters: HubRouteTable, options?: HubRouteTablesCreateOrUpdateOptionalParams): Promise<HubRouteTable>

パラメーター

resourceGroupName

string

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

virtualHubName

string

VirtualHub の名前。

routeTableName

string

RouteTable の名前。

routeTableParameters
HubRouteTable

RouteTable を作成または更新するために指定されたパラメーター。

options
HubRouteTablesCreateOrUpdateOptionalParams

options パラメーター。

戻り値

Promise<HubRouteTable>

beginDelete(string, string, string, HubRouteTablesDeleteOptionalParams)

RouteTable を削除します。

function beginDelete(resourceGroupName: string, virtualHubName: string, routeTableName: string, options?: HubRouteTablesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

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

virtualHubName

string

VirtualHub の名前。

routeTableName

string

RouteTable の名前。

options
HubRouteTablesDeleteOptionalParams

options パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, HubRouteTablesDeleteOptionalParams)

RouteTable を削除します。

function beginDeleteAndWait(resourceGroupName: string, virtualHubName: string, routeTableName: string, options?: HubRouteTablesDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

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

virtualHubName

string

VirtualHub の名前。

routeTableName

string

RouteTable の名前。

options
HubRouteTablesDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

get(string, string, string, HubRouteTablesGetOptionalParams)

RouteTable の詳細を取得します。

function get(resourceGroupName: string, virtualHubName: string, routeTableName: string, options?: HubRouteTablesGetOptionalParams): Promise<HubRouteTable>

パラメーター

resourceGroupName

string

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

virtualHubName

string

VirtualHub の名前。

routeTableName

string

RouteTable の名前。

options
HubRouteTablesGetOptionalParams

options パラメーター。

戻り値

Promise<HubRouteTable>

list(string, string, HubRouteTablesListOptionalParams)

すべての RouteTable の詳細を取得します。

function list(resourceGroupName: string, virtualHubName: string, options?: HubRouteTablesListOptionalParams): PagedAsyncIterableIterator<HubRouteTable, HubRouteTable[], PageSettings>

パラメーター

resourceGroupName

string

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

virtualHubName

string

VirtualHub の名前。

options
HubRouteTablesListOptionalParams

options パラメーター。

戻り値