Partager via


PoolOperations.GetNodeFile Méthode

Définition

Obtient des informations sur un fichier sur un nœud de calcul.

public Microsoft.Azure.Batch.NodeFile GetNodeFile (string poolId, string computeNodeId, 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 (poolId As String, computeNodeId As String, filePath As String, Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing) As NodeFile

Paramètres

poolId
String

ID du pool qui contient le nœud de calcul.

computeNodeId
String

ID du nœud de calcul.

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 contenant des informations sur le fichier et qui peuvent être utilisées pour télécharger le fichier (voir CopyToStream(Stream, GetFileRequestByteRange, IEnumerable<BatchClientBehavior>)).

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 à