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

listByServer(string, string, PrivateLinkResourcesListByServerOptionalParams)

Obtiene los recursos de vínculo privado para el servidor mariaDB.

Detalles del método

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

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

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 vínculo privado para el servidor mariaDB.

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