次の方法で共有


BlobRestoreRange クラス

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

public final class BlobRestoreRange

BLOB 範囲。

コンストラクターの概要

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

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

メソッドの概要

修飾子と型 メソッドと説明
String endRange()

EndRange プロパティを取得します。BLOB の終了範囲。

String startRange()

startRange プロパティを取得します。BLOB の開始範囲。

void validate()

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

BlobRestoreRange withEndRange(String endRange)

endRange プロパティを設定します。BLOB の終了範囲。

BlobRestoreRange withStartRange(String startRange)

startRange プロパティを設定します。BLOB の開始範囲。

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

コンストラクターの詳細

BlobRestoreRange

public BlobRestoreRange()

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

メソッドの詳細

endRange

public String endRange()

endRange プロパティを取得します。BLOB の終了範囲。 これは排他的です。 空は、アカウントの終了を意味します。

Returns:

endRange 値。

startRange

public String startRange()

startRange プロパティを取得します。BLOB の開始範囲。 これは包括的です。 空は、アカウントの開始を意味します。

Returns:

startRange 値。

validate

public void validate()

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

withEndRange

public BlobRestoreRange withEndRange(String endRange)

endRange プロパティを設定します。BLOB の終了範囲。 これは排他的です。 空は、アカウントの終了を意味します。

Parameters:

endRange - 設定する endRange 値。

Returns:

BlobRestoreRange オブジェクト自体。

withStartRange

public BlobRestoreRange withStartRange(String startRange)

startRange プロパティを設定します。BLOB の開始範囲。 これは包括的です。 空は、アカウントの開始を意味します。

Parameters:

startRange - 設定する startRange 値。

Returns:

BlobRestoreRange オブジェクト自体。

適用対象