PrivateLinkResourcesOperations interface

Interface que representa uma operação PrivateLinkResources.

Propriedades

get

Obtém um recurso de link privado para cluster.

listByCluster

Obtém os recursos de link privado para cluster.

Detalhes de Propriedade

get

Obtém um recurso de link privado para cluster.

get: (resourceGroupName: string, clusterName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams) => Promise<PrivateLinkResource>

Valor de 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 de Propriedade

(resourceGroupName: string, clusterName: string, options?: PrivateLinkResourcesListByClusterOptionalParams) => PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>