Compartilhar via


PrivateLinkResources interface

Interface que representa um PrivateLinkResources.

Métodos

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Obtém um recurso de link privado para o servidor PostgreSQL.

listByServer(string, string, PrivateLinkResourcesListByServerOptionalParams)

Obtém os recursos de link privado para o servidor PostgreSQL.

Detalhes do método

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Obtém um recurso de link privado para o servidor PostgreSQL.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

serverName

string

O nome do servidor.

groupName

string

O nome do recurso de link privado.

options
PrivateLinkResourcesGetOptionalParams

Os parâmetros de opções.

Retornos

listByServer(string, string, PrivateLinkResourcesListByServerOptionalParams)

Obtém os recursos de link privado para o servidor PostgreSQL.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

serverName

string

O nome do servidor.

options
PrivateLinkResourcesListByServerOptionalParams

Os parâmetros de opções.

Retornos