Compartir a través de


PrivateLinkResources interface

Interfaz que representa un privateLinkResources.

Métodos

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Obtención del recurso private link en el área de trabajo

list(string, string, PrivateLinkResourcesListOptionalParams)

Obtención de todos los recursos de private link para las áreas de trabajo

Detalles del método

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Obtención del recurso private link en el área de trabajo

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

Parámetros

resourceGroupName

string

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

workspaceName

string

Nombre del área de trabajo.

privateLinkResourceName

string

Nombre del recurso private link

options
PrivateLinkResourcesGetOptionalParams

Parámetros de opciones.

Devoluciones

list(string, string, PrivateLinkResourcesListOptionalParams)

Obtención de todos los recursos de private link para las áreas de trabajo

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

Parámetros

resourceGroupName

string

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

workspaceName

string

Nombre del área de trabajo.

options
PrivateLinkResourcesListOptionalParams

Parámetros de opciones.

Devoluciones