Backup Class
Storage Profile properties of a server.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
msrest.serialization.ModelBackup
Constructor
Backup(*, backup_retention_days: int | None = None, geo_redundant_backup: str | EnableStatusEnum | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
backup_retention_days
|
Backup retention days for the server. |
geo_redundant_backup
|
Whether or not geo redundant backup is enabled. Possible values include: "Enabled", "Disabled". |
Variables
Name | Description |
---|---|
backup_retention_days
|
Backup retention days for the server. |
geo_redundant_backup
|
Whether or not geo redundant backup is enabled. Possible values include: "Enabled", "Disabled". |
earliest_restore_date
|
Earliest restore point creation time (ISO8601 format). |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python