CloudJob.ExecutionInfo Property

Definition

Gets or sets the execution information for the Job.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to