Aracılığıyla paylaş


AzurePowerShellScript.Timeout Property

Definition

Gets or sets maximum allowed script execution time specified in ISO 8601 format. Default value is 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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to