RelationshipLinks interface

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

メソッド

beginCreateOrUpdate(string, string, string, RelationshipLinkResourceFormat, RelationshipLinksCreateOrUpdateOptionalParams)

リレーションシップ リンクを作成するか、ハブ内の既存のリレーションシップ リンクを更新します。

beginCreateOrUpdateAndWait(string, string, string, RelationshipLinkResourceFormat, RelationshipLinksCreateOrUpdateOptionalParams)

リレーションシップ リンクを作成するか、ハブ内の既存のリレーションシップ リンクを更新します。

beginDelete(string, string, string, RelationshipLinksDeleteOptionalParams)

ハブ内のリレーションシップ リンクを削除します。

beginDeleteAndWait(string, string, string, RelationshipLinksDeleteOptionalParams)

ハブ内のリレーションシップ リンクを削除します。

get(string, string, string, RelationshipLinksGetOptionalParams)

指定したリレーションシップ Link に関する情報を取得します。

listByHub(string, string, RelationshipLinksListByHubOptionalParams)

ハブ内のすべてのリレーションシップ リンクを取得します。

メソッドの詳細

リレーションシップ リンクを作成するか、ハブ内の既存のリレーションシップ リンクを更新します。

function beginCreateOrUpdate(resourceGroupName: string, hubName: string, relationshipLinkName: string, parameters: RelationshipLinkResourceFormat, options?: RelationshipLinksCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<RelationshipLinkResourceFormat>, RelationshipLinkResourceFormat>>

パラメーター

resourceGroupName

string

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

hubName

string

ハブの名前。

relationshipLinkName

string

リレーションシップ リンクの名前。

parameters
RelationshipLinkResourceFormat

CreateOrUpdate リレーションシップ リンク操作に指定されたパラメーター。

options
RelationshipLinksCreateOrUpdateOptionalParams

options パラメーター。

戻り値

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

リレーションシップ リンクを作成するか、ハブ内の既存のリレーションシップ リンクを更新します。

function beginCreateOrUpdateAndWait(resourceGroupName: string, hubName: string, relationshipLinkName: string, parameters: RelationshipLinkResourceFormat, options?: RelationshipLinksCreateOrUpdateOptionalParams): Promise<RelationshipLinkResourceFormat>

パラメーター

resourceGroupName

string

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

hubName

string

ハブの名前。

relationshipLinkName

string

リレーションシップ リンクの名前。

parameters
RelationshipLinkResourceFormat

CreateOrUpdate リレーションシップ リンク操作に指定されたパラメーター。

options
RelationshipLinksCreateOrUpdateOptionalParams

options パラメーター。

戻り値

ハブ内のリレーションシップ リンクを削除します。

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

パラメーター

resourceGroupName

string

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

hubName

string

ハブの名前。

relationshipLinkName

string

リレーションシップの名前。

options
RelationshipLinksDeleteOptionalParams

options パラメーター。

戻り値

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

ハブ内のリレーションシップ リンクを削除します。

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

パラメーター

resourceGroupName

string

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

hubName

string

ハブの名前。

relationshipLinkName

string

リレーションシップの名前。

options
RelationshipLinksDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

指定したリレーションシップ Link に関する情報を取得します。

function get(resourceGroupName: string, hubName: string, relationshipLinkName: string, options?: RelationshipLinksGetOptionalParams): Promise<RelationshipLinkResourceFormat>

パラメーター

resourceGroupName

string

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

hubName

string

ハブの名前。

relationshipLinkName

string

リレーションシップ リンクの名前。

options
RelationshipLinksGetOptionalParams

options パラメーター。

戻り値

ハブ内のすべてのリレーションシップ リンクを取得します。

function listByHub(resourceGroupName: string, hubName: string, options?: RelationshipLinksListByHubOptionalParams): PagedAsyncIterableIterator<RelationshipLinkResourceFormat, RelationshipLinkResourceFormat[], PageSettings>

パラメーター

resourceGroupName

string

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

hubName

string

ハブの名前。

options
RelationshipLinksListByHubOptionalParams

options パラメーター。

戻り値