PrivateLinkResourcesOperations interface
Interface que representa uma operação PrivateLinkResources.
Propriedades
| get | Obtém um recurso de link privado para cluster. |
| list |
Obtém os recursos de link privado para cluster. |
Detalhes da propriedade
get
Obtém um recurso de link privado para cluster.
get: (resourceGroupName: string, clusterName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
Valor da propriedade
(resourceGroupName: string, clusterName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>
listByCluster
Obtém os recursos de link privado para cluster.
listByCluster: (resourceGroupName: string, clusterName: string, options?: PrivateLinkResourcesListByClusterOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
Valor da propriedade
(resourceGroupName: string, clusterName: string, options?: PrivateLinkResourcesListByClusterOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>