JobOperationsExtensions.GetHistory Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the execution history of a Job.
public static Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse GetHistory (this Microsoft.WindowsAzure.Scheduler.IJobOperations operations, string jobId, Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryParameters parameters);
static member GetHistory : Microsoft.WindowsAzure.Scheduler.IJobOperations * string * Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryParameters -> Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse
<Extension()>
Public Function GetHistory (operations As IJobOperations, jobId As String, parameters As JobGetHistoryParameters) As JobGetHistoryResponse
Parameters
- operations
- IJobOperations
Reference to the Microsoft.WindowsAzure.Scheduler.IJobOperations.
- jobId
- String
Required. Id of the job to get the history of.
- parameters
- JobGetHistoryParameters
Required. Parameters supplied to the Get Job History operation.
Returns
The Get Job History operation response.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET