Partager via


FileOperationsExtensions.GetPropertiesFromTaskAsync Méthode

Définition

Obtient les propriétés du fichier Task spécifié.

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

Paramètres

operations
IFileOperations

Groupe d’opérations pour cette méthode d’extension.

jobId
String

ID du travail qui contient la tâche.

taskId
String

ID de la tâche dont vous souhaitez obtenir les propriétés.

filePath
String

Chemin d’accès au fichier tâche dont vous souhaitez obtenir les propriétés.

fileGetPropertiesFromTaskOptions
FileGetPropertiesFromTaskOptions

Paramètres supplémentaires pour l’opération

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à