Condividi tramite


PrivateLinkResources interface

Interfaccia che rappresenta un oggetto PrivateLinkResources.

Metodi

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Ottiene una risorsa collegamento privato per SQL Server.

listByServer(string, string, PrivateLinkResourcesListByServerOptionalParams)

Ottiene le risorse di collegamento privato per SQL Server.

Dettagli metodo

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Ottiene una risorsa collegamento privato per SQL Server.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse che contiene la risorsa. È possibile ottenere questo valore dall'API di Azure Resource Manager o dal portale.

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 SQL Server.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse che contiene la risorsa. È possibile ottenere questo valore dall'API di Azure Resource Manager o dal portale.

serverName

string

Nome del server.

options
PrivateLinkResourcesListByServerOptionalParams

Parametri delle opzioni.

Restituisce