Freigeben über


IFileOperations.GetFromTaskWithHttpMessagesAsync Methode

Definition

Gibt den Inhalt der angegebenen Taskdatei zurück.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<System.IO.Stream,Microsoft.Azure.Batch.Protocol.Models.FileGetFromTaskHeaders>> GetFromTaskWithHttpMessagesAsync (string jobId, string taskId, string filePath, Microsoft.Azure.Batch.Protocol.Models.FileGetFromTaskOptions fileGetFromTaskOptions = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetFromTaskWithHttpMessagesAsync : string * string * string * Microsoft.Azure.Batch.Protocol.Models.FileGetFromTaskOptions * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<System.IO.Stream, Microsoft.Azure.Batch.Protocol.Models.FileGetFromTaskHeaders>>
Public Function GetFromTaskWithHttpMessagesAsync (jobId As String, taskId As String, filePath As String, Optional fileGetFromTaskOptions As FileGetFromTaskOptions = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of Stream, FileGetFromTaskHeaders))

Parameter

jobId
String

Die ID des Auftrags, der den Task enthält.

taskId
String

Die ID der Aufgabe, deren Datei Sie abrufen möchten.

filePath
String

Der Pfad zu der Taskdatei, deren Inhalt Sie abrufen möchten.

fileGetFromTaskOptions
FileGetFromTaskOptions

Zusätzliche Parameter für den Vorgang

customHeaders
Dictionary<String,List<String>>

Die Header, die der Anforderung hinzugefügt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Ausnahmen

Wird ausgelöst, wenn der Vorgang einen ungültigen status Code zurückgegeben hat.

Wird ausgelöst, wenn die Antwort nicht deserialisiert werden kann

Wird ausgelöst, wenn ein erforderlicher Parameter NULL ist

Gilt für: