Partager via


CloudTask.CopyNodeFileContentToStream Méthode

Définition

Copie le contenu d’un fichier dans le répertoire de la tâche du nœud vers le donné Stream.

public void CopyNodeFileContentToStream (string filePath, System.IO.Stream stream, Microsoft.Azure.Batch.GetFileRequestByteRange byteRange = default, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default);
member this.CopyNodeFileContentToStream : string * System.IO.Stream * Microsoft.Azure.Batch.GetFileRequestByteRange * seq<Microsoft.Azure.Batch.BatchClientBehavior> -> unit
Public Sub CopyNodeFileContentToStream (filePath As String, stream As Stream, Optional byteRange As GetFileRequestByteRange = Nothing, Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing)

Paramètres

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 après customBehaviors sur l’objet actuel.

S’applique à