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 Azure.

Inheritance
azure.mgmt.storage._serialization.Model
RestorePolicyProperties

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
int

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
int

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.