次の方法で共有


AutoPauseProperties.DelayInMinutes プロパティ

定義

ビッグ データ プールが自動的に一時停止されるまでのアイドル時間 (分) を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="delayInMinutes")]
public int? DelayInMinutes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="delayInMinutes")>]
member this.DelayInMinutes : Nullable<int> with get, set
Public Property DelayInMinutes As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象