PrivateLinkResourcesOperations interface
PrivateLinkResources 작업을 나타내는 인터페이스입니다.
속성 세부 정보
get
지정된 그룹 ID(하위 리소스)에 대해 지정된 프라이빗 링크 리소스 가져오기
get: (resourceGroupName: string, workspaceName: string, groupId: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<GroupIdInformation>
속성 값
(resourceGroupName: string, workspaceName: string, groupId: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<GroupIdInformation>
list
지정된 작업 영역에 대한 프라이빗 링크 리소스 나열
list: (resourceGroupName: string, workspaceName: string, options?: PrivateLinkResourcesListOptionalParams) => PagedAsyncIterableIterator<GroupIdInformation, GroupIdInformation[], PageSettings>
속성 값
(resourceGroupName: string, workspaceName: string, options?: PrivateLinkResourcesListOptionalParams) => PagedAsyncIterableIterator<GroupIdInformation, GroupIdInformation[], PageSettings>