Compartilhar via


PrivateLinkResources interface

Interface que representa um PrivateLinkResources.

Métodos

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Obtém um recurso de link privado para cluster.

listByCluster(string, string, PrivateLinkResourcesListByClusterOptionalParams)

Obtém os recursos de link privado para cluster.

Detalhes do método

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Obtém um recurso de link privado para cluster.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

clusterName

string

O nome do cluster.

privateLinkResourceName

string

O nome do recurso de link privado.

options
PrivateLinkResourcesGetOptionalParams

Os parâmetros de opções.

Retornos

listByCluster(string, string, PrivateLinkResourcesListByClusterOptionalParams)

Obtém os recursos de link privado para cluster.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

clusterName

string

O nome do cluster.

options
PrivateLinkResourcesListByClusterOptionalParams

Os parâmetros de opções.

Retornos