MaintenanceOverridePropertiesResponse

data class MaintenanceOverridePropertiesResponse(val endDateTime: String? = null, val overrideProperties: Map<String, String>? = null, val startDateTime: String? = null, val timeZone: String? = null)

Definition of a MaintenanceOverrideProperties

Constructors

Link copied to clipboard
constructor(endDateTime: String? = null, overrideProperties: Map<String, String>? = null, startDateTime: String? = null, timeZone: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endDateTime: String? = null

Effective end date of the maintenance override window in YYYY-MM-DD hh:mm format. The window will be created in the time zone provided and adjusted to daylight savings according to that time zone. Expiration date must be set to a future date. If not provided, it will be set to the maximum datetime 9999-12-31 23:59:59.

Link copied to clipboard

Gets or sets overrideProperties of the maintenanceConfiguration

Link copied to clipboard
val startDateTime: String? = null

Effective start date of the maintenance override window in YYYY-MM-DD hh:mm format. The start date can be set to either the current date or future date. The window will be created in the time zone provided and adjusted to daylight savings according to that time zone.

Link copied to clipboard
val timeZone: String? = null

Name of the timezone. List of timezones can be obtained by executing System.TimeZoneInfo::GetSystemTimeZones() in PowerShell. Example: Pacific Standard Time, UTC, W. Europe Standard Time, Korea Standard Time, Cen. Australia Standard Time.