Share via


LongRunningBackups interface

Interface representing a LongRunningBackups.

Methods

get(string, string, string, LongRunningBackupsGetOptionalParams)

Get backup for a given server.

list(string, string, LongRunningBackupsListOptionalParams)

List all the backups for a given server.

Method Details

get(string, string, string, LongRunningBackupsGetOptionalParams)

Get backup for a given server.

function get(resourceGroupName: string, serverName: string, backupName: string, options?: LongRunningBackupsGetOptionalParams): Promise<ServerBackupV2>

Parameters

resourceGroupName

string

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

serverName

string

The name of the server.

backupName

string

The name of the backup.

options
LongRunningBackupsGetOptionalParams

The options parameters.

Returns

Promise<ServerBackupV2>

list(string, string, LongRunningBackupsListOptionalParams)

List all the backups for a given server.

function list(resourceGroupName: string, serverName: string, options?: LongRunningBackupsListOptionalParams): PagedAsyncIterableIterator<ServerBackupV2, ServerBackupV2[], PageSettings>

Parameters

resourceGroupName

string

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

serverName

string

The name of the server.

options
LongRunningBackupsListOptionalParams

The options parameters.

Returns