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 範囲。 必須。