GetFileRequestByteRange(Int32, Int32) コンストラクター

定義

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

public GetFileRequestByteRange (int startRange, int endRange);
new Microsoft.Azure.Batch.GetFileRequestByteRange : int * int -> Microsoft.Azure.Batch.GetFileRequestByteRange
Public Sub New (startRange As Integer, endRange As Integer)

パラメーター

startRange
Int32

取得するバイト範囲の先頭。

endRange
Int32

取得するバイト範囲の末尾。

適用対象