次の方法で共有


ComputeNode.GetNodeFile メソッド

定義

指定した 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>

現在のオブジェクトの CustomBehaviors の後に適用される BatchClientBehavior インスタンスのコレクション。

戻り値

バインドされた NodeFile オブジェクト。

適用対象