Backup Class
Backup 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 | GeoRedundantBackupEnum | None = None, **kwargs)
Parameters
Name | Description |
---|---|
backup_retention_days
Required
|
Backup retention days for the server. |
geo_redundant_backup
Required
|
A value indicating whether Geo-Redundant backup is enabled on the server. Possible values include: "Enabled", "Disabled". |
Keyword-Only Parameters
Name | Description |
---|---|
backup_retention_days
Required
|
|
geo_redundant_backup
Required
|
|
Variables
Name | Description |
---|---|
earliest_restore_date
|
The earliest restore point time (ISO8601 format) for server. |
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