FileGetPropertiesFromComputeNodeHeaders コンストラクター

定義

オーバーロード

FileGetPropertiesFromComputeNodeHeaders()

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

FileGetPropertiesFromComputeNodeHeaders(Nullable<Guid>, Nullable<Guid>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, String, String, String, Nullable<Int64>)

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

FileGetPropertiesFromComputeNodeHeaders()

ソース:
FileGetPropertiesFromComputeNodeHeaders.cs

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

public FileGetPropertiesFromComputeNodeHeaders ();
Public Sub New ()

適用対象

FileGetPropertiesFromComputeNodeHeaders(Nullable<Guid>, Nullable<Guid>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, String, String, String, Nullable<Int64>)

ソース:
FileGetPropertiesFromComputeNodeHeaders.cs

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

public FileGetPropertiesFromComputeNodeHeaders (Guid? clientRequestId = default, Guid? requestId = default, string eTag = default, DateTime? lastModified = default, DateTime? ocpCreationTime = default, bool? ocpBatchFileIsdirectory = default, string ocpBatchFileUrl = default, string ocpBatchFileMode = default, string contentType = default, long? contentLength = default);
new Microsoft.Azure.Batch.Protocol.Models.FileGetPropertiesFromComputeNodeHeaders : Nullable<Guid> * Nullable<Guid> * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<bool> * string * string * string * Nullable<int64> -> Microsoft.Azure.Batch.Protocol.Models.FileGetPropertiesFromComputeNodeHeaders
Public Sub New (Optional clientRequestId As Nullable(Of Guid) = Nothing, Optional requestId As Nullable(Of Guid) = Nothing, Optional eTag As String = Nothing, Optional lastModified As Nullable(Of DateTime) = Nothing, Optional ocpCreationTime As Nullable(Of DateTime) = Nothing, Optional ocpBatchFileIsdirectory As Nullable(Of Boolean) = Nothing, Optional ocpBatchFileUrl As String = Nothing, Optional ocpBatchFileMode As String = Nothing, Optional contentType As String = Nothing, Optional contentLength As Nullable(Of Long) = Nothing)

パラメーター

clientRequestId
Nullable<Guid>

要求中にクライアントによって提供される client-request-id。 これは、return-client-request-id パラメーターが true に設定されている場合にのみ返されます。

requestId
Nullable<Guid>

Batch サービスに対して行われた要求の一意識別子。 要求の形式が正しいにもかかわらず要求が常に失敗する場合は、この値を使用して Microsoft にエラーを報告することができます。 レポートには、この要求 ID の値、要求が行われたおおよその時刻、要求が行われた Batch アカウント、アカウントが存在するリージョンを含めます。

eTag
String

ETag HTTP 応答ヘッダー。 これは不透明な文字列です。 これを使用して、要求間でリソースが変更されたかどうかを検出できます。 特に、ETag を If-Modified-Since、If-Unmodified-Since、If-Match、または If-None-Match ヘッダーのいずれかに渡すことができます。

lastModified
Nullable<DateTime>

リソースの最終更新日時。

ocpCreationTime
Nullable<DateTime>

ファイルの作成時刻。

ocpBatchFileIsdirectory
Nullable<Boolean>

オブジェクトがディレクトリを表すかどうか。

ocpBatchFileUrl
String

ファイルの URL。

ocpBatchFileMode
String

ファイル モード属性 (8 進数形式)。

contentType
String

ファイルのコンテンツの種類。

contentLength
Nullable<Int64>

ファイルの長さ。

適用対象