Condividi tramite


PrivateLinkResourceOperations interface

Interfaccia che rappresenta un oggetto PrivateLinkResourceOperations.

Metodi

get(string, string, string, PrivateLinkResourceGetOptionalParams)

Ottiene informazioni sulla risorsa di collegamento privato specificata.

listByBatchAccount(string, string, PrivateLinkResourceListByBatchAccountOptionalParams)

Elenca tutte le risorse di collegamento privato nell'account specificato.

Dettagli metodo

get(string, string, string, PrivateLinkResourceGetOptionalParams)

Ottiene informazioni sulla risorsa di collegamento privato specificata.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse contenente l'account Batch.

accountName

string

Nome dell'account Batch.

privateLinkResourceName

string

Nome della risorsa collegamento privato. Questo deve essere univoco all'interno dell'account.

options
PrivateLinkResourceGetOptionalParams

Parametri delle opzioni.

Restituisce

listByBatchAccount(string, string, PrivateLinkResourceListByBatchAccountOptionalParams)

Elenca tutte le risorse di collegamento privato nell'account specificato.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse contenente l'account Batch.

accountName

string

Nome dell'account Batch.

options
PrivateLinkResourceListByBatchAccountOptionalParams

Parametri delle opzioni.

Restituisce