Compartilhar via


PrivateLinkResources interface

Interface que representa um PrivateLinkResources.

Métodos

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Obtém o recurso de link privado específico.

listByCluster(string, string, PrivateLinkResourcesListByClusterOptionalParams)

Lista os recursos de link privado em um cluster HDInsight.

Detalhes do método

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Obtém o recurso de link privado específico.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

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)

Lista os recursos de link privado em um cluster HDInsight.

function listByCluster(resourceGroupName: string, clusterName: string, options?: PrivateLinkResourcesListByClusterOptionalParams): Promise<PrivateLinkResourceListResult>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos.

clusterName

string

O nome do cluster.

options
PrivateLinkResourcesListByClusterOptionalParams

Os parâmetros de opções.

Retornos