Compartir a través de


JobCreateParameters.SchedulingPriority Propiedad

Definición

Obtiene o establece la prioridad de programación.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.schedulingPriority")]
public string SchedulingPriority { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.schedulingPriority")>]
member this.SchedulingPriority : string with get, set
Public Property SchedulingPriority As String

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

Prioridad de programación asociada al trabajo. Valores posibles: bajo, normal, alto. Entre los valores posibles se incluyen: "low", "normal", "high"

Se aplica a