Compartir a través de


JobBasePropertiesConstraints.MaxWallClockTime Propiedad

Definición

Obtiene o establece el tiempo máximo del reloj.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentarios

Tiempo máximo durante el que se puede ejecutar el trabajo. Valor predeterminado: 1 semana.

Se aplica a