FileGetFromComputeNodeOptions コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
FileGetFromComputeNodeOptions() |
FileGetFromComputeNodeOptions クラスの新しいインスタンスを初期化します。 |
FileGetFromComputeNodeOptions(Nullable<Int32>, Nullable<Guid>, Nullable<Boolean>, Nullable<DateTime>, String, Nullable<DateTime>, Nullable<DateTime>) |
FileGetFromComputeNodeOptions クラスの新しいインスタンスを初期化します。 |
FileGetFromComputeNodeOptions()
FileGetFromComputeNodeOptions クラスの新しいインスタンスを初期化します。
public FileGetFromComputeNodeOptions ();
Public Sub New ()
適用対象
FileGetFromComputeNodeOptions(Nullable<Int32>, Nullable<Guid>, Nullable<Boolean>, Nullable<DateTime>, String, Nullable<DateTime>, Nullable<DateTime>)
FileGetFromComputeNodeOptions クラスの新しいインスタンスを初期化します。
public FileGetFromComputeNodeOptions (int? timeout = default, Guid? clientRequestId = default, bool? returnClientRequestId = default, DateTime? ocpDate = default, string ocpRange = default, DateTime? ifModifiedSince = default, DateTime? ifUnmodifiedSince = default);
new Microsoft.Azure.Batch.Protocol.Models.FileGetFromComputeNodeOptions : Nullable<int> * Nullable<Guid> * Nullable<bool> * Nullable<DateTime> * string * Nullable<DateTime> * Nullable<DateTime> -> Microsoft.Azure.Batch.Protocol.Models.FileGetFromComputeNodeOptions
Public Sub New (Optional timeout As Nullable(Of Integer) = Nothing, Optional clientRequestId As Nullable(Of Guid) = Nothing, Optional returnClientRequestId As Nullable(Of Boolean) = Nothing, Optional ocpDate As Nullable(Of DateTime) = Nothing, Optional ocpRange As String = Nothing, Optional ifModifiedSince As Nullable(Of DateTime) = Nothing, Optional ifUnmodifiedSince As Nullable(Of DateTime) = Nothing)
パラメーター
呼び出し元によって生成された要求 ID。中かっこなどの装飾のない GUID の形式 (9C4D50EE-2D56-4CD3-8152-34347DC9F2B0 など)。
要求が発行された時刻。 クライアント ライブラリは通常、これを現在のシステム クロック時間に設定します。REST API を直接呼び出す場合は、明示的に設定します。
- ocpRange
- String
取得するバイト範囲。 既定では、ファイル全体を取得します。 形式は bytes=startRange-endRange です。
クライアントに認識されているリソースの最終変更時刻を示すタイムスタンプ。 この操作は、サービス上のリソースが指定された時刻以降に変更された場合にのみ実行されます。
クライアントに認識されているリソースの最終変更時刻を示すタイムスタンプ。 この操作は、指定された時刻以降にサービス上のリソースが変更されていない場合にのみ実行されます。
適用対象
Azure SDK for .NET