Freigeben über


CloudJobSchedule.State Eigenschaft

Definition

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

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

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Hinweise

Mögliche Werte: "active", "completed", "disabled", "endating", "deleting"

Gilt für: