BlobRestoreParameters クラス

BLOB 復元パラメーター。

Azure に送信するには、必要なすべてのパラメーターを設定する必要があります。

継承
azure.mgmt.storage._serialization.Model
BlobRestoreParameters

コンストラクター

BlobRestoreParameters(*, time_to_restore: datetime, blob_ranges: List[_models.BlobRestoreRange], **kwargs: Any)

Keyword-Only パラメータ

名前 説明
time_to_restore

指定した時刻に BLOB を復元します。 必須。

blob_ranges

復元する BLOB 範囲。 必須。

変数

名前 説明
time_to_restore

指定した時刻に BLOB を復元します。 必須。

blob_ranges

復元する BLOB 範囲。 必須。