JobBasePropertiesConstraints.MaxWallClockTime 속성

정의

최대 벽 클록 시간을 가져오거나 설정합니다.

[Newtonsoft.Json.JsonProperty(PropertyName="maxWallClockTime")]
public TimeSpan? MaxWallClockTime { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxWallClockTime")>]
member this.MaxWallClockTime : Nullable<TimeSpan> with get, set
Public Property MaxWallClockTime As Nullable(Of TimeSpan)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

작업을 실행할 수 있는 최대 시간입니다. 기본값: 1주.

적용 대상