共用方式為


CloudTask.ExecutionInfo Property

Definition

Gets or sets information about the execution of the Task.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to