RelationshipLinks interface

RelationshipLinks를 나타내는 인터페이스입니다.

메서드

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

관계 링크를 만들거나 허브 내에서 기존 관계 링크를 업데이트합니다.

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

관계 링크를 만들거나 허브 내에서 기존 관계 링크를 업데이트합니다.

beginDelete(string, string, string, RelationshipLinksDeleteOptionalParams)

허브 내에서 관계 링크를 삭제합니다.

beginDeleteAndWait(string, string, string, RelationshipLinksDeleteOptionalParams)

허브 내에서 관계 링크를 삭제합니다.

get(string, string, string, RelationshipLinksGetOptionalParams)

지정한 관계 링크에 대한 정보를 가져옵니다.

listByHub(string, string, RelationshipLinksListByHubOptionalParams)

허브의 모든 관계 링크를 가져옵니다.

메서드 세부 정보

관계 링크를 만들거나 허브 내에서 기존 관계 링크를 업데이트합니다.

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
RelationshipLinksCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

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

관계 링크를 만들거나 허브 내에서 기존 관계 링크를 업데이트합니다.

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

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다.

hubName

string

허브의 이름입니다.

relationshipLinkName

string

관계 링크의 이름입니다.

parameters
RelationshipLinkResourceFormat

CreateOrUpdate 관계 링크 작업에 제공된 매개 변수입니다.

options
RelationshipLinksCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

허브 내에서 관계 링크를 삭제합니다.

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

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다.

hubName

string

허브의 이름입니다.

relationshipLinkName

string

관계의 이름입니다.

options
RelationshipLinksDeleteOptionalParams

옵션 매개 변수입니다.

반환

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

허브 내에서 관계 링크를 삭제합니다.

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

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다.

hubName

string

허브의 이름입니다.

relationshipLinkName

string

관계의 이름입니다.

options
RelationshipLinksDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

지정한 관계 링크에 대한 정보를 가져옵니다.

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

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다.

hubName

string

허브의 이름입니다.

relationshipLinkName

string

관계 링크의 이름입니다.

options
RelationshipLinksGetOptionalParams

옵션 매개 변수입니다.

반환

허브의 모든 관계 링크를 가져옵니다.

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

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다.

hubName

string

허브의 이름입니다.

options
RelationshipLinksListByHubOptionalParams

옵션 매개 변수입니다.

반환