次の方法で共有


MaintenanceWindowOptions.MinDurationInMinutes プロパティ

定義

メンテナンス期間の最小期間を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象