共用方式為


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)

取得指定關聯性連結的相關資訊。

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 關聯性連結作業的參數。

傳回

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 關聯性連結作業的參數。

傳回

刪除中樞內的關聯性連結。

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

參數

resourceGroupName

string

資源群組的名稱。

hubName

string

中樞的名稱。

relationshipLinkName

string

關聯性的名稱。

options
RelationshipLinksDeleteOptionalParams

選項參數。

傳回

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

選項參數。

傳回

Promise<void>

取得指定關聯性連結的相關資訊。

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

參數

resourceGroupName

string

資源群組的名稱。

hubName

string

中樞的名稱。

relationshipLinkName

string

關聯性連結的名稱。

options
RelationshipLinksGetOptionalParams

選項參數。

傳回

取得中樞中的所有關聯性連結。

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

參數

resourceGroupName

string

資源群組的名稱。

hubName

string

中樞的名稱。

傳回