Partager via


JobOperationsExtensions.GetHistoryAsync Méthode

Définition

Obtenir l’historique d’exécution d’un travail.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse> GetHistoryAsync (this Microsoft.WindowsAzure.Scheduler.IJobOperations operations, string jobId, Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryParameters parameters);
static member GetHistoryAsync : Microsoft.WindowsAzure.Scheduler.IJobOperations * string * Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse>
<Extension()>
Public Function GetHistoryAsync (operations As IJobOperations, jobId As String, parameters As JobGetHistoryParameters) As Task(Of JobGetHistoryResponse)

Paramètres

operations
IJobOperations

Référence à Microsoft.WindowsAzure.Scheduler.IJobOperations.

jobId
String

Obligatoire. ID du travail dont vous souhaitez obtenir l’historique.

parameters
JobGetHistoryParameters

Obligatoire. Paramètres fournis à l’opération Obtenir l’historique des travaux.

Retours

Réponse de l’opération Obtenir l’historique des travaux.

S’applique à