Compartilhar via


ComputeNode.SchedulingState Propriedade

Definição

Obtém ou define se o Nó de Computação está disponível para agendamento de tarefas.

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

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentários

Os valores possíveis incluem: 'enabled', 'disabled'

Aplica-se a