PrivateLinkResourcesOperations interface

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

속성

get

클러스터에 대한 프라이빗 링크 리소스를 가져옵니다.

listByCluster

클러스터에 대한 프라이빗 링크 리소스를 가져옵니다.

속성 세부 정보

get

클러스터에 대한 프라이빗 링크 리소스를 가져옵니다.

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

속성 값

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

listByCluster

클러스터에 대한 프라이빗 링크 리소스를 가져옵니다.

listByCluster: (resourceGroupName: string, clusterName: string, options?: PrivateLinkResourcesListByClusterOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

속성 값

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