Partilhar 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 de 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 FarmBeats.

subResourceName

string

Nome do subrecurso.

options
PrivateLinkResourcesGetOptionalParams

Os parâmetros de opções.

Devoluções

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

options
PrivateLinkResourcesListByResourceOptionalParams

Os parâmetros de opções.

Devoluções