JobOperationsExtensions::GetHistoryWithFilterAsync Method (IJobOperations^, String^, JobGetHistoryWithFilterParameters^)
Get the execution history of a Job with a filter on the job Status.
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
public: [ExtensionAttribute] static Task<JobGetHistoryResponse^>^ GetHistoryWithFilterAsync( IJobOperations^ operations, String^ jobId, JobGetHistoryWithFilterParameters^ parameters )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Scheduler::IJobOperations^
Reference to the Microsoft.WindowsAzure.Scheduler.IJobOperations.
- jobId
-
Type:
System::String^
Required. Id of the job to get the history of.
- parameters
-
Type:
Microsoft.WindowsAzure.Scheduler.Models::JobGetHistoryWithFilterParameters^
Required. Parameters supplied to the Get Job History With Filter operation.
Return Value
Type: System.Threading.Tasks::Task<JobGetHistoryResponse^>^The Get Job History operation response.
Show: