Partager via


StartTaskInformation.State Propriété

Définition

Obtient ou définit l’état de la tâche StartTask sur le nœud de calcul.

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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

Les valeurs possibles sont les suivantes : 'running', 'completed'

S’applique à