Sdílet prostřednictvím


RelationshipLinks interface

Rozhraní představující RelationshipLinks.

Metody

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

Vytvoří propojení relace nebo aktualizuje existující propojení relací v rámci centra.

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

Vytvoří propojení relace nebo aktualizuje existující propojení relací v rámci centra.

beginDelete(string, string, string, RelationshipLinksDeleteOptionalParams)

Odstraní odkaz na relaci v rámci centra.

beginDeleteAndWait(string, string, string, RelationshipLinksDeleteOptionalParams)

Odstraní odkaz na relaci v rámci centra.

get(string, string, string, RelationshipLinksGetOptionalParams)

Získá informace o zadané vazbě relace.

listByHub(string, string, RelationshipLinksListByHubOptionalParams)

Získá všechna propojení relací v centru.

Podrobnosti metody

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

options
RelationshipLinksCreateOrUpdateOptionalParams

Parametry možností.

Návraty

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

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

options
RelationshipLinksCreateOrUpdateOptionalParams

Parametry možností.

Návraty

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.

options
RelationshipLinksDeleteOptionalParams

Parametry možností.

Návraty

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

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.

options
RelationshipLinksDeleteOptionalParams

Parametry možností.

Návraty

Promise<void>

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.

options
RelationshipLinksGetOptionalParams

Parametry možností.

Návraty

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.

options
RelationshipLinksListByHubOptionalParams

Parametry možností.

Návraty