BlobRestoreParameters 類別
Blob 還原參數。
必須填入所有必要的參數,才能傳送至 Azure。
- 繼承
-
azure.mgmt.storage._serialization.ModelBlobRestoreParameters
建構函式
BlobRestoreParameters(*, time_to_restore: datetime, blob_ranges: List[_models.BlobRestoreRange], **kwargs)
變數
- time_to_restore
- datetime
將 Blob 還原至指定的時間。 必要。
- blob_ranges
- list[BlobRestoreRange]
要還原的 Blob 範圍。 必要。