Partilhar via


FileOperationsExtensions.GetPropertiesFromTaskAsync Método

Definição

Obtém as propriedades do arquivo de tarefa especificado.

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)

Parâmetros

operations
IFileOperations

O grupo de operações para esse método de extensão.

jobId
String

A ID do trabalho que contém a Tarefa.

taskId
String

A ID da Tarefa cujo arquivo você deseja obter as propriedades de.

filePath
String

O caminho para o arquivo De tarefa do qual você deseja obter as propriedades.

fileGetPropertiesFromTaskOptions
FileGetPropertiesFromTaskOptions

Parâmetros adicionais para a operação

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a