ComputeNode.RecentTasks 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.
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET