Partilhar via


SubtaskInformation.State Propriedade

Definição

Obtém ou define o estado atual da subtarefa.

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

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentários

Os valores possíveis incluem: 'preparando', 'running', 'completed'

Aplica-se a