Partager via


ComputeNode.RecentTasks Propriété

Définition

Obtient ou définit une liste de tâches dont l’état a récemment changé.

[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)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

Cette propriété n’est présente que si au moins une tâche s’est exécutée sur ce nœud de calcul depuis qu’elle a été affectée au pool.

S’applique à