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). |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python