Partager via


JobOperations.CopyNodeFileContentToStreamAsync Méthode

Définition

Copie le contenu d’un fichier du répertoire de la tâche spécifiée sur son nœud de calcul vers le donné Stream.

public System.Threading.Tasks.Task CopyNodeFileContentToStreamAsync (string jobId, string taskId, string filePath, System.IO.Stream stream, Microsoft.Azure.Batch.GetFileRequestByteRange byteRange = default, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default, System.Threading.CancellationToken cancellationToken = default);
member this.CopyNodeFileContentToStreamAsync : string * string * string * System.IO.Stream * Microsoft.Azure.Batch.GetFileRequestByteRange * seq<Microsoft.Azure.Batch.BatchClientBehavior> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function CopyNodeFileContentToStreamAsync (jobId As String, taskId As String, filePath As String, stream As Stream, Optional byteRange As GetFileRequestByteRange = Nothing, Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task

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.

stream
Stream

Flux vers lequel copier le contenu du fichier.

byteRange
GetFileRequestByteRange

Plage d’octets définissant la section du fichier à copier. En cas d’omission, le fichier entier est téléchargé.

additionalBehaviors
IEnumerable<BatchClientBehavior>

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

cancellationToken
CancellationToken

CancellationToken pour contrôler la durée de vie de l’opération asynchrone.

Retours

Remarques

L’opération obtenir le fichier s’exécute de manière asynchrone.

S’applique à