RelationshipLinks interface

Antarmuka yang mewakili RelationshipLinks.

Detail Metode

Membuat tautan hubungan atau memperbarui tautan hubungan yang ada dalam hub.

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

Parameter

resourceGroupName

string

Nama grup sumber daya.

hubName

string

Nama hub.

relationshipLinkName

string

Nama tautan hubungan.

parameters
RelationshipLinkResourceFormat

Parameter yang disediakan ke operasi tautan hubungan CreateOrUpdate.

Mengembalikan

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

Membuat tautan hubungan atau memperbarui tautan hubungan yang ada dalam hub.

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

Parameter

resourceGroupName

string

Nama grup sumber daya.

hubName

string

Nama hub.

relationshipLinkName

string

Nama tautan hubungan.

parameters
RelationshipLinkResourceFormat

Parameter yang disediakan ke operasi tautan hubungan CreateOrUpdate.

Mengembalikan

Menghapus tautan hubungan dalam hub.

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

Parameter

resourceGroupName

string

Nama grup sumber daya.

hubName

string

Nama hub.

relationshipLinkName

string

Nama hubungan.

options
RelationshipLinksDeleteOptionalParams

Parameter opsi.

Mengembalikan

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

Menghapus tautan hubungan dalam hub.

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

Parameter

resourceGroupName

string

Nama grup sumber daya.

hubName

string

Nama hub.

relationshipLinkName

string

Nama hubungan.

options
RelationshipLinksDeleteOptionalParams

Parameter opsi.

Mengembalikan

Promise<void>

Mendapatkan informasi tentang Tautan hubungan yang ditentukan.

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

Parameter

resourceGroupName

string

Nama grup sumber daya.

hubName

string

Nama hub.

relationshipLinkName

string

Nama tautan hubungan.

options
RelationshipLinksGetOptionalParams

Parameter opsi.

Mengembalikan

Mendapatkan semua tautan hubungan di hub.

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

Parameter

resourceGroupName

string

Nama grup sumber daya.

hubName

string

Nama hub.

Mengembalikan