次の方法で共有


AzurePowerShellScript.Timeout プロパティ

定義

ISO 8601 形式で指定されたスクリプトの最大実行時間を取得または設定します。 既定値は 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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象