PrivateLinkResourcesOperations interface

PrivateLinkResources 작업을 나타내는 인터페이스입니다.

속성

get

프라이빗 링크 리소스의 속성을 얻으세요.

listByResource

주제, 도메인 또는 파트너 네임스페이스 또는 네임스페이스 아래에 있는 모든 프라이빗 링크 리소스를 나열하세요.

속성 세부 정보

get

프라이빗 링크 리소스의 속성을 얻으세요.

get: (resourceGroupName: string, parentType: string, parentName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>

속성 값

(resourceGroupName: string, parentType: string, parentName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>

listByResource

주제, 도메인 또는 파트너 네임스페이스 또는 네임스페이스 아래에 있는 모든 프라이빗 링크 리소스를 나열하세요.

listByResource: (resourceGroupName: string, parentType: string, parentName: string, options?: PrivateLinkResourcesListByResourceOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

속성 값

(resourceGroupName: string, parentType: string, parentName: string, options?: PrivateLinkResourcesListByResourceOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>