PrivateLinkResourcesOperations interface
A PrivateLinkResources műveleteket képviselő felület.
Tulajdonságok
| get | Privát kapcsolati erőforrást kér le a fürthöz. |
| list |
Lekéri a fürt privát kapcsolati erőforrásait. |
Tulajdonság adatai
get
Privát kapcsolati erőforrást kér le a fürthöz.
get: (resourceGroupName: string, clusterName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
Tulajdonság értéke
(resourceGroupName: string, clusterName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
listByCluster
Lekéri a fürt privát kapcsolati erőforrásait.
listByCluster: (resourceGroupName: string, clusterName: string, options?: PrivateLinkResourcesListByClusterOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
Tulajdonság értéke
(resourceGroupName: string, clusterName: string, options?: PrivateLinkResourcesListByClusterOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>