JobGetHistoryWithFilterParameters.Status Property

Definition

Required. Filter the job history to have it only return job execution attempts having a particular Status, 'completed' or 'failed'.

public Microsoft.WindowsAzure.Scheduler.Models.JobHistoryStatus Status { get; set; }
member this.Status : Microsoft.WindowsAzure.Scheduler.Models.JobHistoryStatus with get, set
Public Property Status As JobHistoryStatus

Property Value

Applies to