Condividi tramite


PrivateLinkResources interface

Interfaccia che rappresenta un oggetto PrivateLinkResources.

Metodi

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Ottiene una risorsa di collegamento privato per il server PostgreSQL.

listByServer(string, string, PrivateLinkResourcesListByServerOptionalParams)

Ottiene le risorse di collegamento privato per il server PostgreSQL.

Dettagli metodo

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Ottiene una risorsa di collegamento privato per il server PostgreSQL.

function get(resourceGroupName: string, serverName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

serverName

string

Nome del server.

groupName

string

Nome della risorsa collegamento privato.

options
PrivateLinkResourcesGetOptionalParams

Parametri delle opzioni.

Restituisce

listByServer(string, string, PrivateLinkResourcesListByServerOptionalParams)

Ottiene le risorse di collegamento privato per il server PostgreSQL.

function listByServer(resourceGroupName: string, serverName: string, options?: PrivateLinkResourcesListByServerOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>

Parametri

resourceGroupName

string

Nome del gruppo di risorse. Il nome non fa distinzione tra maiuscole e minuscole.

serverName

string

Nome del server.

options
PrivateLinkResourcesListByServerOptionalParams

Parametri delle opzioni.

Restituisce