MaintenanceWindow.StartMinute プロパティ

定義

メンテナンス期間の開始時間 (分) を取得または設定します

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象