다음을 통해 공유


PrivateLinkResourceOperations interface

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

메서드

get(string, string, string, PrivateLinkResourceOperationsGetOptionalParams)

PrivateLinkResource 가져오기

listByAssessmentProject(string, string, PrivateLinkResourceOperationsListByAssessmentProjectOptionalParams)

AssessmentProject별 PrivateLinkResource 리소스 나열

메서드 세부 정보

get(string, string, string, PrivateLinkResourceOperationsGetOptionalParams)

PrivateLinkResource 가져오기

function get(resourceGroupName: string, projectName: string, privateLinkResourceName: string, options?: PrivateLinkResourceOperationsGetOptionalParams): Promise<PrivateLinkResource>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대소문자를 구분하지 않습니다.

projectName

string

평가 프로젝트 이름

privateLinkResourceName

string

프라이빗 링크 리소스 ARM 이름

options
PrivateLinkResourceOperationsGetOptionalParams

옵션 매개 변수입니다.

반환

listByAssessmentProject(string, string, PrivateLinkResourceOperationsListByAssessmentProjectOptionalParams)

AssessmentProject별 PrivateLinkResource 리소스 나열

function listByAssessmentProject(resourceGroupName: string, projectName: string, options?: PrivateLinkResourceOperationsListByAssessmentProjectOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

매개 변수

resourceGroupName

string

리소스 그룹의 이름입니다. 이름은 대소문자를 구분하지 않습니다.

projectName

string

평가 프로젝트 이름

반환