Compartilhar via


JobBasePropertiesConstraints.MaxWallClockTime Propriedade

Definição

Obtém ou define o tempo máximo do relógio da parede.

[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 da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentários

Tempo máximo em que o trabalho pode ser executado. Valor padrão: 1 semana.

Aplica-se a