次の方法で共有


ScaleAction.Cooldown プロパティ

定義

このアクションが発生するまでの最後のスケーリング アクション以降の待機時間を取得または設定します。 ISO 8601 形式では、1 週間から 1 分の間である必要があります。

[Newtonsoft.Json.JsonProperty(PropertyName="cooldown")]
public TimeSpan Cooldown { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="cooldown")>]
member this.Cooldown : TimeSpan with get, set
Public Property Cooldown As TimeSpan

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象