BackupRequest Class

Definition

A specific backup.

public class BackupRequest
type BackupRequest = class
Public Class BackupRequest
Inheritance
BackupRequest

Constructors

BackupRequest()

Initializes a new instance of the BackupRequest class.

Properties

BackupSchedule

Optional. The backup schedule structure - valid only when setting up a schedule. Should be Null for on-demand backups.

Databases

Optional. Database settings for backup.

Enabled

Optional. Valid only for a backup schedule (can be Null for on-demand backups). True if enabled; false if disabled (no backups will be performed).

Name

Optional. The name of this backup - will be used for generating a blob name.

StorageAccountUrl

Applies to