Compartir a través de


AzureCliScript.Timeout Propiedad

Definición

Obtiene o establece el tiempo máximo permitido de ejecución de scripts especificado en formato ISO 8601. El valor predeterminado es PT1H

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a