Partager via


SubtaskInformation.State Propriété

Définition

Obtient ou définit l’état actuel de la tâche subordonnée.

[Newtonsoft.Json.JsonProperty(PropertyName="state")]
public Microsoft.Azure.Batch.Protocol.Models.SubtaskState? State { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="state")>]
member this.State : Nullable<Microsoft.Azure.Batch.Protocol.Models.SubtaskState> with get, set
Public Property State As Nullable(Of SubtaskState)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

Les valeurs possibles sont les suivantes : « préparation », « en cours d’exécution », « completed »

S’applique à