Partager via


JobOperations.GetNodeFile Méthode

Définition

Obtient le spécifié NodeFile à partir du répertoire de la tâche spécifiée sur son nœud de calcul.

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

Paramètres

jobId
String

ID du travail contenant la tâche.

taskId
String

ID de la tâche.

filePath
String

Chemin d’accès du fichier à récupérer.

additionalBehaviors
IEnumerable<BatchClientBehavior>

Collection d’instances BatchClientBehavior appliquées à la demande de service Batch après le CustomBehaviors.

Retours

NodeFile représentant le fichier spécifié.

Remarques

Il s’agit d’une opération de blocage. Pour un équivalent non bloquant, consultez GetNodeFileAsync(String, String, String, IEnumerable<BatchClientBehavior>, CancellationToken).

S’applique à