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>