Compartilhar via


PrivateLinkResources interface

Interface que representa um PrivateLinkResources.

Métodos

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Obtém um recurso de link privado.

list(string, string, PrivateLinkResourcesListOptionalParams)

Retorna a lista de recursos de link privado.

Detalhes do método

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Obtém um recurso de link privado.

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 Kusto.

privateLinkResourceName

string

O nome do recurso de link privado.

options
PrivateLinkResourcesGetOptionalParams

Os parâmetros de opções.

Retornos

list(string, string, PrivateLinkResourcesListOptionalParams)

Retorna a lista de recursos de link privado.

function list(resourceGroupName: string, clusterName: string, options?: PrivateLinkResourcesListOptionalParams): 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 Kusto.

options
PrivateLinkResourcesListOptionalParams

Os parâmetros de opções.

Retornos