RelationshipLinks interface
表示 RelationshipLinks 的介面。
方法
方法詳細資料
beginCreateOrUpdate(string, string, string, RelationshipLinkResourceFormat, RelationshipLinksCreateOrUpdateOptionalParams)
建立關聯性連結,或更新中樞內現有的關聯性連結。
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>>
beginCreateOrUpdateAndWait(string, string, string, RelationshipLinkResourceFormat, RelationshipLinksCreateOrUpdateOptionalParams)
建立關聯性連結,或更新中樞內現有的關聯性連結。
function beginCreateOrUpdateAndWait(resourceGroupName: string, hubName: string, relationshipLinkName: string, parameters: RelationshipLinkResourceFormat, options?: RelationshipLinksCreateOrUpdateOptionalParams): Promise<RelationshipLinkResourceFormat>
參數
- resourceGroupName
-
string
資源群組的名稱。
- hubName
-
string
中樞的名稱。
- relationshipLinkName
-
string
關聯性連結的名稱。
- parameters
- RelationshipLinkResourceFormat
提供給 CreateOrUpdate 關聯性連結作業的參數。
選項參數。
傳回
Promise<RelationshipLinkResourceFormat>
beginDelete(string, string, string, RelationshipLinksDeleteOptionalParams)
刪除中樞內的關聯性連結。
function beginDelete(resourceGroupName: string, hubName: string, relationshipLinkName: string, options?: RelationshipLinksDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
參數
- resourceGroupName
-
string
資源群組的名稱。
- hubName
-
string
中樞的名稱。
- relationshipLinkName
-
string
關聯性的名稱。
選項參數。
傳回
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginDeleteAndWait(string, string, string, RelationshipLinksDeleteOptionalParams)
刪除中樞內的關聯性連結。
function beginDeleteAndWait(resourceGroupName: string, hubName: string, relationshipLinkName: string, options?: RelationshipLinksDeleteOptionalParams): Promise<void>
參數
- resourceGroupName
-
string
資源群組的名稱。
- hubName
-
string
中樞的名稱。
- relationshipLinkName
-
string
關聯性的名稱。
選項參數。
傳回
Promise<void>
get(string, string, string, RelationshipLinksGetOptionalParams)
取得指定關聯性連結的相關資訊。
function get(resourceGroupName: string, hubName: string, relationshipLinkName: string, options?: RelationshipLinksGetOptionalParams): Promise<RelationshipLinkResourceFormat>
參數
- resourceGroupName
-
string
資源群組的名稱。
- hubName
-
string
中樞的名稱。
- relationshipLinkName
-
string
關聯性連結的名稱。
選項參數。
傳回
Promise<RelationshipLinkResourceFormat>
listByHub(string, string, RelationshipLinksListByHubOptionalParams)
取得中樞中的所有關聯性連結。
function listByHub(resourceGroupName: string, hubName: string, options?: RelationshipLinksListByHubOptionalParams): PagedAsyncIterableIterator<RelationshipLinkResourceFormat, RelationshipLinkResourceFormat[], PageSettings>
參數
- resourceGroupName
-
string
資源群組的名稱。
- hubName
-
string
中樞的名稱。
選項參數。