Freigeben über


ComputeNode.SchedulingState Eigenschaft

Definition

Ruft ab oder legt fest, ob der Computeknoten für die Aufgabenplanung verfügbar ist.

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

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Hinweise

Mögliche Werte: "enabled", "disabled"

Gilt für: