Udostępnij za pośrednictwem


RelationshipLinks interface

Interfejs reprezentujący linki relacji.

Metody

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

Tworzy link relacji lub aktualizuje istniejące łącze relacji w centrum.

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

Tworzy link relacji lub aktualizuje istniejące łącze relacji w centrum.

beginDelete(string, string, string, RelationshipLinksDeleteOptionalParams)

Usuwa łącze relacji w centrum.

beginDeleteAndWait(string, string, string, RelationshipLinksDeleteOptionalParams)

Usuwa łącze relacji w centrum.

get(string, string, string, RelationshipLinksGetOptionalParams)

Pobiera informacje o określonej relacji Łącze.

listByHub(string, string, RelationshipLinksListByHubOptionalParams)

Pobiera wszystkie łącza relacji w centrum.

Szczegóły metody

Tworzy link relacji lub aktualizuje istniejące łącze relacji w centrum.

function beginCreateOrUpdate(resourceGroupName: string, hubName: string, relationshipLinkName: string, parameters: RelationshipLinkResourceFormat, options?: RelationshipLinksCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<RelationshipLinkResourceFormat>, RelationshipLinkResourceFormat>>

Parametry

resourceGroupName

string

Nazwa grupy zasobów.

hubName

string

Nazwa centrum.

relationshipLinkName

string

Nazwa łącza relacji.

parameters
RelationshipLinkResourceFormat

Parametry dostarczone do operacji łączenia relacji CreateOrUpdate.

Zwraca

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

Tworzy link relacji lub aktualizuje istniejące łącze relacji w centrum.

function beginCreateOrUpdateAndWait(resourceGroupName: string, hubName: string, relationshipLinkName: string, parameters: RelationshipLinkResourceFormat, options?: RelationshipLinksCreateOrUpdateOptionalParams): Promise<RelationshipLinkResourceFormat>

Parametry

resourceGroupName

string

Nazwa grupy zasobów.

hubName

string

Nazwa centrum.

relationshipLinkName

string

Nazwa łącza relacji.

parameters
RelationshipLinkResourceFormat

Parametry dostarczone do operacji łączenia relacji CreateOrUpdate.

Zwraca

Usuwa łącze relacji w centrum.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów.

hubName

string

Nazwa centrum.

relationshipLinkName

string

Nazwa relacji.

options
RelationshipLinksDeleteOptionalParams

Parametry opcji.

Zwraca

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

Usuwa łącze relacji w centrum.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów.

hubName

string

Nazwa centrum.

relationshipLinkName

string

Nazwa relacji.

options
RelationshipLinksDeleteOptionalParams

Parametry opcji.

Zwraca

Promise<void>

Pobiera informacje o określonej relacji Łącze.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów.

hubName

string

Nazwa centrum.

relationshipLinkName

string

Nazwa łącza relacji.

options
RelationshipLinksGetOptionalParams

Parametry opcji.

Zwraca

Pobiera wszystkie łącza relacji w centrum.

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

Parametry

resourceGroupName

string

Nazwa grupy zasobów.

hubName

string

Nazwa centrum.

options
RelationshipLinksListByHubOptionalParams

Parametry opcji.

Zwraca