BackupRequestProperties Class
BackupRequest resource specific properties.
Constructor
BackupRequestProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
backup_name
|
Name of the backup. |
|
enabled
|
True if the backup schedule is enabled (must be included in that case), false if the backup schedule should be disabled. |
|
storage_account_url
|
SAS URL to the container. Required. |
|
backup_schedule
|
Schedule for the backup if it is executed periodically. |
|
databases
|
Databases included in the backup. |
Attributes
backup_name
Name of the backup.
backup_name: str | None
backup_schedule
Schedule for the backup if it is executed periodically.
backup_schedule: _models.BackupSchedule | None
databases
Databases included in the backup.
databases: list['_models.DatabaseBackupSetting'] | None
enabled
True if the backup schedule is enabled (must be included in that case), false if the backup schedule should be disabled.
enabled: bool | None
storage_account_url
SAS URL to the container. Required.
storage_account_url: str