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). |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python