MaintenanceRedeployStatus.MaintenanceWindowEndTime プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象