Compartir a través de


ComputeNode.GetNodeFile Método

Definición

Llamada de bloqueo para obtener el NodeFile especificado.

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

Parámetros

filePath
String

Ruta de acceso del archivo que se va a recuperar.

additionalBehaviors
IEnumerable<BatchClientBehavior>

Colección de instancias de BatchClientBehavior que se aplican después de customBehaviors en el objeto actual.

Devoluciones

Objeto enlazado NodeFile .

Se aplica a