Freigeben über


CloudJob.State Eigenschaft

Definition

Ruft den aktuellen Status des Auftrags ab oder legt diese fest.

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

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Hinweise

Mögliche Werte sind: "aktiv", "deaktivieren", "deaktiviert", "aktivieren", "beenden", "abgeschlossen", "löschen".

Gilt für: