Compartir a través de


PrivateLinkResourceOperations interface

Interfaz que representa una privateLinkResourceOperations.

Métodos

get(string, string, string, PrivateLinkResourceGetOptionalParams)

Obtiene información sobre el recurso de vínculo privado especificado.

listByBatchAccount(string, string, PrivateLinkResourceListByBatchAccountOptionalParams)

Enumera todos los recursos de private link de la cuenta especificada.

Detalles del método

get(string, string, string, PrivateLinkResourceGetOptionalParams)

Obtiene información sobre el recurso de vínculo privado especificado.

function get(resourceGroupName: string, accountName: string, privateLinkResourceName: string, options?: PrivateLinkResourceGetOptionalParams): Promise<PrivateLinkResource>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos que contiene la cuenta de Batch.

accountName

string

Nombre de la cuenta de Batch.

privateLinkResourceName

string

Nombre del recurso de vínculo privado. Debe ser único dentro de la cuenta.

options
PrivateLinkResourceGetOptionalParams

Parámetros de opciones.

Devoluciones

listByBatchAccount(string, string, PrivateLinkResourceListByBatchAccountOptionalParams)

Enumera todos los recursos de private link de la cuenta especificada.

function listByBatchAccount(resourceGroupName: string, accountName: string, options?: PrivateLinkResourceListByBatchAccountOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos que contiene la cuenta de Batch.

accountName

string

Nombre de la cuenta de Batch.

options
PrivateLinkResourceListByBatchAccountOptionalParams

Parámetros de opciones.

Devoluciones