다음을 통해 공유


PrivateLinkResourceOperations interface

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

메서드

get(string, string, string, PrivateLinkResourceGetOptionalParams)

지정된 프라이빗 링크 리소스에 대한 정보를 가져옵니다.

listByBatchAccount(string, string, PrivateLinkResourceListByBatchAccountOptionalParams)

지정된 계정의 모든 프라이빗 링크 리소스를 나열합니다.

메서드 세부 정보

get(string, string, string, PrivateLinkResourceGetOptionalParams)

지정된 프라이빗 링크 리소스에 대한 정보를 가져옵니다.

function get(resourceGroupName: string, accountName: string, privateLinkResourceName: string, options?: PrivateLinkResourceGetOptionalParams): Promise<PrivateLinkResource>

매개 변수

resourceGroupName

string

Batch 계정을 포함하는 리소스 그룹의 이름입니다.

accountName

string

Batch 계정의 이름입니다.

privateLinkResourceName

string

프라이빗 링크 리소스 이름입니다. 계정 내에서 고유해야 합니다.

options
PrivateLinkResourceGetOptionalParams

옵션 매개 변수입니다.

반환

listByBatchAccount(string, string, PrivateLinkResourceListByBatchAccountOptionalParams)

지정된 계정의 모든 프라이빗 링크 리소스를 나열합니다.

function listByBatchAccount(resourceGroupName: string, accountName: string, options?: PrivateLinkResourceListByBatchAccountOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

매개 변수

resourceGroupName

string

Batch 계정을 포함하는 리소스 그룹의 이름입니다.

accountName

string

Batch 계정의 이름입니다.

options
PrivateLinkResourceListByBatchAccountOptionalParams

옵션 매개 변수입니다.

반환