RelationshipLinks interface
Rozhraní představující RelationshipLinks.
Metody
| begin |
Vytvoří propojení relace nebo aktualizuje existující propojení relací v rámci centra. |
| begin |
Vytvoří propojení relace nebo aktualizuje existující propojení relací v rámci centra. |
| begin |
Odstraní odkaz na relaci v rámci centra. |
| begin |
Odstraní odkaz na relaci v rámci centra. |
| get(string, string, string, Relationship |
Získá informace o zadané vazbě relace. |
| list |
Získá všechna propojení relací v centru. |
Podrobnosti metody
beginCreateOrUpdate(string, string, string, RelationshipLinkResourceFormat, RelationshipLinksCreateOrUpdateOptionalParams)
Vytvoří propojení relace nebo aktualizuje existující propojení relací v rámci centra.
function beginCreateOrUpdate(resourceGroupName: string, hubName: string, relationshipLinkName: string, parameters: RelationshipLinkResourceFormat, options?: RelationshipLinksCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<RelationshipLinkResourceFormat>, RelationshipLinkResourceFormat>>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků.
- hubName
-
string
Název centra.
- relationshipLinkName
-
string
Název odkazu na relaci.
- parameters
- RelationshipLinkResourceFormat
Parametry zadané pro operaci propojení relace CreateOrUpdate
Parametry možností.
Návraty
Promise<PollerLike<@azure/core-lro.PollOperationState<RelationshipLinkResourceFormat>, RelationshipLinkResourceFormat>>
beginCreateOrUpdateAndWait(string, string, string, RelationshipLinkResourceFormat, RelationshipLinksCreateOrUpdateOptionalParams)
Vytvoří propojení relace nebo aktualizuje existující propojení relací v rámci centra.
function beginCreateOrUpdateAndWait(resourceGroupName: string, hubName: string, relationshipLinkName: string, parameters: RelationshipLinkResourceFormat, options?: RelationshipLinksCreateOrUpdateOptionalParams): Promise<RelationshipLinkResourceFormat>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků.
- hubName
-
string
Název centra.
- relationshipLinkName
-
string
Název odkazu na relaci.
- parameters
- RelationshipLinkResourceFormat
Parametry zadané pro operaci propojení relace CreateOrUpdate
Parametry možností.
Návraty
Promise<RelationshipLinkResourceFormat>
beginDelete(string, string, string, RelationshipLinksDeleteOptionalParams)
Odstraní odkaz na relaci v rámci centra.
function beginDelete(resourceGroupName: string, hubName: string, relationshipLinkName: string, options?: RelationshipLinksDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků.
- hubName
-
string
Název centra.
- relationshipLinkName
-
string
Název relace.
Parametry možností.
Návraty
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginDeleteAndWait(string, string, string, RelationshipLinksDeleteOptionalParams)
Odstraní odkaz na relaci v rámci centra.
function beginDeleteAndWait(resourceGroupName: string, hubName: string, relationshipLinkName: string, options?: RelationshipLinksDeleteOptionalParams): Promise<void>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků.
- hubName
-
string
Název centra.
- relationshipLinkName
-
string
Název relace.
Parametry možností.
Návraty
Promise<void>
get(string, string, string, RelationshipLinksGetOptionalParams)
Získá informace o zadané vazbě relace.
function get(resourceGroupName: string, hubName: string, relationshipLinkName: string, options?: RelationshipLinksGetOptionalParams): Promise<RelationshipLinkResourceFormat>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků.
- hubName
-
string
Název centra.
- relationshipLinkName
-
string
Název odkazu na relaci.
Parametry možností.
Návraty
Promise<RelationshipLinkResourceFormat>
listByHub(string, string, RelationshipLinksListByHubOptionalParams)
Získá všechna propojení relací v centru.
function listByHub(resourceGroupName: string, hubName: string, options?: RelationshipLinksListByHubOptionalParams): PagedAsyncIterableIterator<RelationshipLinkResourceFormat, RelationshipLinkResourceFormat[], PageSettings>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků.
- hubName
-
string
Název centra.
Parametry možností.