JobCreateParameters.SchedulingPriority 속성

정의

일정 우선 순위를 가져오거나 설정합니다.

[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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

작업과 연결된 예약 우선 순위입니다. 가능한 값: 낮음, 보통, 높음. 가능한 값은 'low', 'normal', 'high'입니다.

적용 대상