次の方法で共有


CloudTask.GetNodeFile(String, IEnumerable<BatchClientBehavior>) メソッド

定義

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

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

パラメーター

filePath
String

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

additionalBehaviors
IEnumerable<BatchClientBehavior>

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

戻り値

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

注釈

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

適用対象