BlobRestoreParameters Class

Blob restore parameters.

All required parameters must be populated in order to send to Azure.

Inheritance
BlobRestoreParameters

Constructor

BlobRestoreParameters(*, time_to_restore: datetime.datetime, blob_ranges: List[azure.mgmt.storage.v2020_08_01_preview.models._models_py3.BlobRestoreRange], **kwargs)

Variables

time_to_restore
datetime

Required. Restore blob to the specified time.

blob_ranges
list[BlobRestoreRange]

Required. Blob ranges to restore.