LtrBackupOperations interface

Interface representing a LtrBackupOperations.

Methods

get(string, string, string, LtrBackupOperationsGetOptionalParams)

Gets the result of the give long term retention backup operation for the flexible server.

listByServer(string, string, LtrBackupOperationsListByServerOptionalParams)

Gets the result of the give long term retention backup operations for the flexible server.

Method Details

get(string, string, string, LtrBackupOperationsGetOptionalParams)

Gets the result of the give long term retention backup operation for the flexible server.

function get(resourceGroupName: string, serverName: string, backupName: string, options?: LtrBackupOperationsGetOptionalParams): Promise<LtrServerBackupOperation>

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
LtrBackupOperationsGetOptionalParams

The options parameters.

Returns

listByServer(string, string, LtrBackupOperationsListByServerOptionalParams)

Gets the result of the give long term retention backup operations for the flexible server.

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

Parameters

resourceGroupName

string

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

serverName

string

The name of the server.

options
LtrBackupOperationsListByServerOptionalParams

The options parameters.

Returns