Freigeben über


FileOperationsExtensions.GetPropertiesFromTask Methode

Definition

Ruft die Eigenschaften der angegebenen Taskdatei ab.

public static Microsoft.Azure.Batch.Protocol.Models.FileGetPropertiesFromTaskHeaders GetPropertiesFromTask (this Microsoft.Azure.Batch.Protocol.IFileOperations operations, string jobId, string taskId, string filePath, Microsoft.Azure.Batch.Protocol.Models.FileGetPropertiesFromTaskOptions fileGetPropertiesFromTaskOptions = default);
static member GetPropertiesFromTask : Microsoft.Azure.Batch.Protocol.IFileOperations * string * string * string * Microsoft.Azure.Batch.Protocol.Models.FileGetPropertiesFromTaskOptions -> Microsoft.Azure.Batch.Protocol.Models.FileGetPropertiesFromTaskHeaders
<Extension()>
Public Function GetPropertiesFromTask (operations As IFileOperations, jobId As String, taskId As String, filePath As String, Optional fileGetPropertiesFromTaskOptions As FileGetPropertiesFromTaskOptions = Nothing) As FileGetPropertiesFromTaskHeaders

Parameter

operations
IFileOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

jobId
String

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

taskId
String

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

filePath
String

Der Pfad zur Taskdatei, von der Sie die Eigenschaften abrufen möchten.

fileGetPropertiesFromTaskOptions
FileGetPropertiesFromTaskOptions

Zusätzliche Parameter für den Vorgang

Gibt zurück

Gilt für: