次の方法で共有


BlobRestoreRange コンストラクター

定義

オーバーロード

BlobRestoreRange()

BlobRestoreRange クラスの新しいインスタンスを初期化します。

BlobRestoreRange(String, String)

BlobRestoreRange クラスの新しいインスタンスを初期化します。

BlobRestoreRange()

BlobRestoreRange クラスの新しいインスタンスを初期化します。

public BlobRestoreRange ();
Public Sub New ()

適用対象

BlobRestoreRange(String, String)

BlobRestoreRange クラスの新しいインスタンスを初期化します。

public BlobRestoreRange (string startRange, string endRange);
new Microsoft.Azure.Management.Storage.Models.BlobRestoreRange : string * string -> Microsoft.Azure.Management.Storage.Models.BlobRestoreRange
Public Sub New (startRange As String, endRange As String)

パラメーター

startRange
String

BLOB の開始範囲。 これは包括的です。 空は、アカウントの開始を意味します。

endRange
String

BLOB の終了範囲。 これは排他的です。 空は、アカウントの終了を意味します。

適用対象