JobGetHistoryResponse.JobHistory Property
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.
Optional. The job history entries.
public System.Collections.Generic.IList<Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse.JobHistoryEntry> JobHistory { get; set; }
member this.JobHistory : System.Collections.Generic.IList<Microsoft.WindowsAzure.Scheduler.Models.JobGetHistoryResponse.JobHistoryEntry> with get, set
Public Property JobHistory As IList(Of JobGetHistoryResponse.JobHistoryEntry)