Compartilhar via


PrivateLinkResources interface

Interface que representa um PrivateLinkResources.

Métodos

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Obter objeto de recurso de link privado.

listByResource(string, string, PrivateLinkResourcesListByResourceOptionalParams)

Obter lista de recursos de link privado.

Detalhes do método

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Obter objeto de recurso de link privado.

function get(resourceGroupName: string, farmBeatsResourceName: string, subResourceName: 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.

farmBeatsResourceName

string

Nome do recurso do FarmBeats.

subResourceName

string

Nome do subprocurso.

options
PrivateLinkResourcesGetOptionalParams

Os parâmetros de opções.

Retornos

listByResource(string, string, PrivateLinkResourcesListByResourceOptionalParams)

Obter lista de recursos de link privado.

function listByResource(resourceGroupName: string, farmBeatsResourceName: string, options?: PrivateLinkResourcesListByResourceOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

Parâmetros

resourceGroupName

string

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

farmBeatsResourceName

string

Nome do recurso do FarmBeats.

options
PrivateLinkResourcesListByResourceOptionalParams

Os parâmetros de opções.

Retornos