PrivateLinkResourcesOperations interface
Antarmuka yang mewakili operasi PrivateLinkResources.
Properti
| get | Mendapatkan sumber daya tautan privat untuk kluster. |
| list |
Mendapatkan sumber daya tautan privat untuk kluster. |
Detail Properti
get
Mendapatkan sumber daya tautan privat untuk kluster.
get: (resourceGroupName: string, clusterName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
Nilai Properti
(resourceGroupName: string, clusterName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
listByCluster
Mendapatkan sumber daya tautan privat untuk kluster.
listByCluster: (resourceGroupName: string, clusterName: string, options?: PrivateLinkResourcesListByClusterOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
Nilai Properti
(resourceGroupName: string, clusterName: string, options?: PrivateLinkResourcesListByClusterOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>