Compartilhar via


ComputeNode.GetNodeFile Método

Definição

Bloqueando a chamada para obter o 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

O caminho do arquivo a ser recuperado.

additionalBehaviors
IEnumerable<BatchClientBehavior>

Uma coleção de instâncias BatchClientBehavior que são aplicadas após o CustomBehaviors no objeto atual.

Retornos

Um objeto associado NodeFile .

Aplica-se a