Compartir a través de


CloudJob.State Propiedad

Definición

Obtiene o establece el estado actual del trabajo.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

Entre los valores posibles se incluyen: "active", "disabled", "disabled", "enabling", "terminating", "completed", "deleting"

Se aplica a