PrivateLinkResourcesOperations interface
Interfejs reprezentujący operacje PrivateLinkResources.
Właściwości
| get | Pobiera zasób łącza prywatnego dla klastra. |
| list |
Pobiera zasoby łącza prywatnego dla klastra. |
Szczegóły właściwości
get
Pobiera zasób łącza prywatnego dla klastra.
get: (resourceGroupName: string, clusterName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
Wartość właściwości
(resourceGroupName: string, clusterName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
listByCluster
Pobiera zasoby łącza prywatnego dla klastra.
listByCluster: (resourceGroupName: string, clusterName: string, options?: PrivateLinkResourcesListByClusterOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
Wartość właściwości
(resourceGroupName: string, clusterName: string, options?: PrivateLinkResourcesListByClusterOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>