Partilhar via


PrivateLinkResources interface

Interface que representa um PrivateLinkResources.

Métodos

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Obtém um recurso de ligação privada para o servidor MySQL.

listByServer(string, string, PrivateLinkResourcesListByServerOptionalParams)

Obtém os recursos de ligação privada para o servidor MySQL.

Detalhes de Método

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Obtém um recurso de ligação privada para o servidor MySQL.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

serverName

string

O nome do servidor.

groupName

string

O nome do recurso de ligação privada.

options
PrivateLinkResourcesGetOptionalParams

Os parâmetros de opções.

Devoluções

listByServer(string, string, PrivateLinkResourcesListByServerOptionalParams)

Obtém os recursos de ligação privada para o servidor MySQL.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não é sensível a maiúsculas e minúsculas.

serverName

string

O nome do servidor.

options
PrivateLinkResourcesListByServerOptionalParams

Os parâmetros de opções.

Devoluções