Compartir a través de


PrivateLinkResources interface

Interfaz que representa un privateLinkResources.

Métodos

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Obtiene un recurso de vínculo privado para el servidor postgreSQL.

listByServer(string, string, PrivateLinkResourcesListByServerOptionalParams)

Obtiene los recursos de private link para el servidor postgreSQL.

Detalles del método

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Obtiene un recurso de vínculo privado para el servidor postgreSQL.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

serverName

string

Nombre del servidor.

groupName

string

Nombre del recurso private link.

options
PrivateLinkResourcesGetOptionalParams

Parámetros de opciones.

Devoluciones

listByServer(string, string, PrivateLinkResourcesListByServerOptionalParams)

Obtiene los recursos de private link para el servidor postgreSQL.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

serverName

string

Nombre del servidor.

options
PrivateLinkResourcesListByServerOptionalParams

Parámetros de opciones.

Devoluciones