Udostępnij za pośrednictwem


CloudJobSchedule.ExecutionInfo Property

Definition

Gets or sets information about Jobs that have been and will be run under this schedule.

[Newtonsoft.Json.JsonProperty(PropertyName="executionInfo")]
public Microsoft.Azure.Batch.Protocol.Models.JobScheduleExecutionInformation ExecutionInfo { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="executionInfo")>]
member this.ExecutionInfo : Microsoft.Azure.Batch.Protocol.Models.JobScheduleExecutionInformation with get, set
Public Property ExecutionInfo As JobScheduleExecutionInformation

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to