Compartilhar via


PrivateLinkResources interface

Interface que representa um PrivateLinkResources.

Métodos

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Obter recurso de link privado no workspace

list(string, string, PrivateLinkResourcesListOptionalParams)

Obter todos os recursos de link privado para um workspaces

Detalhes do método

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Obter recurso de link privado no workspace

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

Parâmetros

resourceGroupName

string

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

workspaceName

string

O nome do workspace.

privateLinkResourceName

string

O nome do recurso de link privado

options
PrivateLinkResourcesGetOptionalParams

Os parâmetros de opções.

Retornos

list(string, string, PrivateLinkResourcesListOptionalParams)

Obter todos os recursos de link privado para um workspaces

function list(resourceGroupName: string, workspaceName: string, options?: PrivateLinkResourcesListOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

Parâmetros

resourceGroupName

string

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

workspaceName

string

O nome do workspace.

options
PrivateLinkResourcesListOptionalParams

Os parâmetros de opções.

Retornos