Compartir a través de


PrivateLinkResources interface

Interfaz que representa un privateLinkResources.

Métodos

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Obtiene el objeto de recurso Private Link.

listByResource(string, string, PrivateLinkResourcesListByResourceOptionalParams)

Obtenga la lista de recursos de Private Link.

Detalles del método

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Obtiene el objeto de recurso Private Link.

function get(resourceGroupName: string, farmBeatsResourceName: string, subResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

farmBeatsResourceName

string

Nombre del recurso de FarmBeats.

subResourceName

string

Nombre del subrecurso.

options
PrivateLinkResourcesGetOptionalParams

Parámetros de opciones.

Devoluciones

listByResource(string, string, PrivateLinkResourcesListByResourceOptionalParams)

Obtenga la lista de recursos de Private Link.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

farmBeatsResourceName

string

Nombre del recurso de FarmBeats.

options
PrivateLinkResourcesListByResourceOptionalParams

Parámetros de opciones.

Devoluciones