BackupsOperations interface

Interface representing a Backups operations.

Properties

get

List all the backups for a given server.

listByServer

List all the backups for a given server.

put

Create backup for a given server with specified backup name.

Property Details

get

List all the backups for a given server.

get: (resourceGroupName: string, serverName: string, backupName: string, options?: BackupsGetOptionalParams) => Promise<ServerBackup>

Property Value

(resourceGroupName: string, serverName: string, backupName: string, options?: BackupsGetOptionalParams) => Promise<ServerBackup>

listByServer

List all the backups for a given server.

listByServer: (resourceGroupName: string, serverName: string, options?: BackupsListByServerOptionalParams) => PagedAsyncIterableIterator<ServerBackup, ServerBackup[], PageSettings>

Property Value

(resourceGroupName: string, serverName: string, options?: BackupsListByServerOptionalParams) => PagedAsyncIterableIterator<ServerBackup, ServerBackup[], PageSettings>

put

Create backup for a given server with specified backup name.

put: (resourceGroupName: string, serverName: string, backupName: string, options?: BackupsPutOptionalParams) => Promise<ServerBackup>

Property Value

(resourceGroupName: string, serverName: string, backupName: string, options?: BackupsPutOptionalParams) => Promise<ServerBackup>