PrivateLinkResourcesOperations interface
Rozhraní představující operace PrivateLinkResources.
Vlastnosti
| get | Získá prostředek privátního propojení pro cluster. |
| list |
Získá prostředky privátního propojení pro cluster. |
Podrobnosti vlastnosti
get
Získá prostředek privátního propojení pro cluster.
get: (resourceGroupName: string, clusterName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
Hodnota vlastnosti
(resourceGroupName: string, clusterName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
listByCluster
Získá prostředky privátního propojení pro cluster.
listByCluster: (resourceGroupName: string, clusterName: string, options?: PrivateLinkResourcesListByClusterOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
Hodnota vlastnosti
(resourceGroupName: string, clusterName: string, options?: PrivateLinkResourcesListByClusterOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>