Share via


ComputeNode.RecentTasks Property

Definition

Gets or sets a list of Tasks whose state has recently changed.

[Newtonsoft.Json.JsonProperty(PropertyName="recentTasks")]
public System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.TaskInformation> RecentTasks { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="recentTasks")>]
member this.RecentTasks : System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.TaskInformation> with get, set
Public Property RecentTasks As IList(Of TaskInformation)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

This property is present only if at least one Task has run on this Compute Node since it was assigned to the Pool.

Applies to