MaintenanceRedeployStatus.MaintenanceWindowStartTime プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象