RestorePolicyProperties Class
The blob service properties for blob restore policy.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.storage._serialization.ModelRestorePolicyProperties
Constructor
RestorePolicyProperties(*, enabled: bool, days: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
enabled
|
Blob restore is enabled if set to true. Required. |
days
|
how long this blob can be restored. It should be great than zero and less than DeleteRetentionPolicy.days. |
Variables
Name | Description |
---|---|
enabled
|
Blob restore is enabled if set to true. Required. |
days
|
how long this blob can be restored. It should be great than zero and less than DeleteRetentionPolicy.days. |
last_enabled_time
|
Deprecated in favor of minRestoreTime property. |
min_restore_time
|
Returns the minimum date and time that the restore can be started. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python