次の方法で共有


BlobRestoreParameters クラス

  • java.lang.Object
    • com.azure.resourcemanager.storage.models.BlobRestoreParameters

public final class BlobRestoreParameters

BLOB 復元パラメーター。

コンストラクターの概要

コンストラクター 説明
BlobRestoreParameters()

BlobRestoreParameters クラスのインスタンスを作成します。

メソッドの概要

修飾子と型 メソッドと説明
List<BlobRestoreRange> blobRanges()

[BLOB範囲] プロパティを取得します。復元する BLOB 範囲。

OffsetDateTime timeToRestore()

Time ToRestore プロパティを取得する: 指定した時刻に BLOB を復元します。

void validate()

インスタンスを検証します。

BlobRestoreParameters withBlobRanges(List<BlobRestoreRange> blobRanges)

[BLOB範囲] プロパティを設定します。復元する BLOB 範囲。

BlobRestoreParameters withTimeToRestore(OffsetDateTime timeToRestore)

timeToRestore プロパティを設定します。BLOB を指定した時刻に復元します。

メソッドの継承元: java.lang.Object

コンストラクターの詳細

BlobRestoreParameters

public BlobRestoreParameters()

BlobRestoreParameters クラスのインスタンスを作成します。

メソッドの詳細

blobRanges

public List blobRanges()

blobRanges プロパティを取得します。復元する BLOB 範囲。

Returns:

blobRanges 値。

timeToRestore

public OffsetDateTime timeToRestore()

timeToRestore プロパティを取得します。 指定した時刻に BLOB を復元します。

Returns:

timeToRestore 値。

validate

public void validate()

インスタンスを検証します。

withBlobRanges

public BlobRestoreParameters withBlobRanges(List blobRanges)

blobRanges プロパティを設定します。復元する BLOB 範囲。

Parameters:

blobRanges - 設定する blobRanges 値。

Returns:

BlobRestoreParameters オブジェクト自体。

withTimeToRestore

public BlobRestoreParameters withTimeToRestore(OffsetDateTime timeToRestore)

timeToRestore プロパティを設定します。BLOB を指定した時刻に復元します。

Parameters:

timeToRestore - 設定する timeToRestore 値。

Returns:

BlobRestoreParameters オブジェクト自体。

適用対象