Condividi tramite


PrivateLinkResources interface

Interfaccia che rappresenta un oggetto PrivateLinkResources.

Metodi

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Ottiene una risorsa collegamento privato per il server MariaDB.

listByServer(string, string, PrivateLinkResourcesListByServerOptionalParams)

Ottiene le risorse di collegamento privato per il server MariaDB.

Dettagli metodo

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Ottiene una risorsa collegamento privato per il server MariaDB.

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 MariaDB.

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