JobOperationsExtensions.GetHistoryAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET