PrivateLinkResourcesOperations interface

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

속성

get

Maps 계정에 사용할 수 있는 이름으로 프라이빗 링크 리소스를 가져옵니다.

listByAccount

Maps 계정에 사용할 수 있는 프라이빗 링크 리소스를 가져옵니다.

속성 세부 정보

get

Maps 계정에 사용할 수 있는 이름으로 프라이빗 링크 리소스를 가져옵니다.

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

속성 값

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

listByAccount

Maps 계정에 사용할 수 있는 프라이빗 링크 리소스를 가져옵니다.

listByAccount: (resourceGroupName: string, accountName: string, options?: PrivateLinkResourcesListByAccountOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

속성 값

(resourceGroupName: string, accountName: string, options?: PrivateLinkResourcesListByAccountOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>