RelationshipLinks interface
RelationshipLinks を表すインターフェイス。
メソッド
begin |
リレーションシップ リンクを作成するか、ハブ内の既存のリレーションシップ リンクを更新します。 |
begin |
リレーションシップ リンクを作成するか、ハブ内の既存のリレーションシップ リンクを更新します。 |
begin |
ハブ内のリレーションシップ リンクを削除します。 |
begin |
ハブ内のリレーションシップ リンクを削除します。 |
get(string, string, string, Relationship |
指定したリレーションシップ Link に関する情報を取得します。 |
list |
ハブ内のすべてのリレーションシップ リンクを取得します。 |
メソッドの詳細
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 リレーションシップ リンク操作に指定されたパラメーター。
options パラメーター。
戻り値
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 リレーションシップ リンク操作に指定されたパラメーター。
options パラメーター。
戻り値
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
リレーションシップの名前。
options パラメーター。
戻り値
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
リレーションシップの名前。
options パラメーター。
戻り値
Promise<void>
get(string, string, string, RelationshipLinksGetOptionalParams)
指定したリレーションシップ Link に関する情報を取得します。
function get(resourceGroupName: string, hubName: string, relationshipLinkName: string, options?: RelationshipLinksGetOptionalParams): Promise<RelationshipLinkResourceFormat>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- hubName
-
string
ハブの名前。
- relationshipLinkName
-
string
リレーションシップ リンクの名前。
options パラメーター。
戻り値
Promise<RelationshipLinkResourceFormat>
listByHub(string, string, RelationshipLinksListByHubOptionalParams)
ハブ内のすべてのリレーションシップ リンクを取得します。
function listByHub(resourceGroupName: string, hubName: string, options?: RelationshipLinksListByHubOptionalParams): PagedAsyncIterableIterator<RelationshipLinkResourceFormat, RelationshipLinkResourceFormat[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- hubName
-
string
ハブの名前。
options パラメーター。