BlobRestoreParameters クラス
- java.
lang. Object - com.
azure. resourcemanager. storage. models. BlobRestoreParameters
- com.
public final class BlobRestoreParameters
BLOB 復元パラメーター。
コンストラクターの概要
コンストラクター | 説明 |
---|---|
BlobRestoreParameters() |
Blob |
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
List<Blob |
blobRanges()
[BLOB |
Offset |
timeToRestore()
Time ToRestore プロパティを |
void |
validate()
インスタンスを検証します。 |
Blob |
withBlobRanges(List<BlobRestoreRange> blobRanges)
[BLOB |
Blob |
withTimeToRestore(OffsetDateTime timeToRestore)
time |
メソッドの継承元: java.lang.Object
コンストラクターの詳細
BlobRestoreParameters
public BlobRestoreParameters()
BlobRestoreParameters クラスのインスタンスを作成します。
メソッドの詳細
blobRanges
public List
blobRanges プロパティを取得します。復元する BLOB 範囲。
Returns:
timeToRestore
public OffsetDateTime timeToRestore()
timeToRestore プロパティを取得します。 指定した時刻に BLOB を復元します。
Returns:
validate
public void validate()
インスタンスを検証します。
withBlobRanges
public BlobRestoreParameters withBlobRanges(List
blobRanges プロパティを設定します。復元する BLOB 範囲。
Parameters:
Returns:
withTimeToRestore
public BlobRestoreParameters withTimeToRestore(OffsetDateTime timeToRestore)
timeToRestore プロパティを設定します。BLOB を指定した時刻に復元します。
Parameters:
Returns:
適用対象
Azure SDK for Java