RecoverableServers interface

Interface representing a RecoverableServers.

Methods

get(string, string, RecoverableServersGetOptionalParams)

Gets a recoverable MariaDB Server.

Method Details

get(string, string, RecoverableServersGetOptionalParams)

Gets a recoverable MariaDB Server.

function get(resourceGroupName: string, serverName: string, options?: RecoverableServersGetOptionalParams): Promise<RecoverableServerResource>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

serverName

string

The name of the server.

options
RecoverableServersGetOptionalParams

The options parameters.

Returns