JobOperations.GetNodeFile メソッド

定義

指定したタスクのコンピューティング ノード上のディレクトリから指定 NodeFile した を取得します。

public Microsoft.Azure.Batch.NodeFile GetNodeFile (string jobId, string taskId, string filePath, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default);
member this.GetNodeFile : string * string * string * seq<Microsoft.Azure.Batch.BatchClientBehavior> -> Microsoft.Azure.Batch.NodeFile
Public Function GetNodeFile (jobId As String, taskId As String, filePath As String, Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing) As NodeFile

パラメーター

jobId
String

タスクを含むジョブの ID です。

taskId
String

タスクの ID です。

filePath
String

取得するファイルのパス。

additionalBehaviors
IEnumerable<BatchClientBehavior>

の後の BatchClientBehavior Batch サービス要求に適用されるインスタンスの CustomBehaviorsコレクション。

戻り値

NodeFile指定したファイルを表す 。

注釈

これはブロック操作です。 非ブロッキングに相当する場合は、「」を参照してください GetNodeFileAsync(String, String, String, IEnumerable<BatchClientBehavior>, CancellationToken)

適用対象