次の方法で共有


Hubs interface

ハブを表すインターフェイス。

メソッド

beginDelete(string, string, HubsDeleteOptionalParams)

指定したハブを削除します。

beginDeleteAndWait(string, string, HubsDeleteOptionalParams)

指定したハブを削除します。

createOrUpdate(string, string, Hub, HubsCreateOrUpdateOptionalParams)

ハブを作成するか、既存のハブを更新します。

get(string, string, HubsGetOptionalParams)

指定したハブに関する情報を取得します。

list(HubsListOptionalParams)

指定したサブスクリプション内のすべてのハブを取得します。

listByResourceGroup(string, HubsListByResourceGroupOptionalParams)

リソース グループ内のすべてのハブを取得します。

update(string, string, Hub, HubsUpdateOptionalParams)

ハブを更新します。

メソッドの詳細

beginDelete(string, string, HubsDeleteOptionalParams)

指定したハブを削除します。

function beginDelete(resourceGroupName: string, hubName: string, options?: HubsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

パラメーター

resourceGroupName

string

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

hubName

string

ハブの名前。

options
HubsDeleteOptionalParams

options パラメーター。

戻り値

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

beginDeleteAndWait(string, string, HubsDeleteOptionalParams)

指定したハブを削除します。

function beginDeleteAndWait(resourceGroupName: string, hubName: string, options?: HubsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

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

hubName

string

ハブの名前。

options
HubsDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

createOrUpdate(string, string, Hub, HubsCreateOrUpdateOptionalParams)

ハブを作成するか、既存のハブを更新します。

function createOrUpdate(resourceGroupName: string, hubName: string, parameters: Hub, options?: HubsCreateOrUpdateOptionalParams): Promise<Hub>

パラメーター

resourceGroupName

string

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

hubName

string

ハブの名前。

parameters
Hub

CreateOrUpdate Hub 操作に指定されたパラメーター。

options
HubsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

Promise<Hub>

get(string, string, HubsGetOptionalParams)

指定したハブに関する情報を取得します。

function get(resourceGroupName: string, hubName: string, options?: HubsGetOptionalParams): Promise<Hub>

パラメーター

resourceGroupName

string

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

hubName

string

ハブの名前。

options
HubsGetOptionalParams

options パラメーター。

戻り値

Promise<Hub>

list(HubsListOptionalParams)

指定したサブスクリプション内のすべてのハブを取得します。

function list(options?: HubsListOptionalParams): PagedAsyncIterableIterator<Hub, Hub[], PageSettings>

パラメーター

options
HubsListOptionalParams

options パラメーター。

戻り値

listByResourceGroup(string, HubsListByResourceGroupOptionalParams)

リソース グループ内のすべてのハブを取得します。

function listByResourceGroup(resourceGroupName: string, options?: HubsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Hub, Hub[], PageSettings>

パラメーター

resourceGroupName

string

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

options
HubsListByResourceGroupOptionalParams

options パラメーター。

戻り値

update(string, string, Hub, HubsUpdateOptionalParams)

ハブを更新します。

function update(resourceGroupName: string, hubName: string, parameters: Hub, options?: HubsUpdateOptionalParams): Promise<Hub>

パラメーター

resourceGroupName

string

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

hubName

string

ハブの名前。

parameters
Hub

Update Hub 操作に指定されたパラメーター。

options
HubsUpdateOptionalParams

options パラメーター。

戻り値

Promise<Hub>