ConfigurationWindow

data class ConfigurationWindow(val duration: String? = null, val expirationDateTime: String? = null, val recurEvery: String? = null, val startDateTime: String, val timeZone: String)

Constructors

Link copied to clipboard
constructor(duration: String? = null, expirationDateTime: String? = null, recurEvery: String? = null, startDateTime: String, timeZone: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val duration: String? = null

The duration of the maintenance window in HH:mm format.

Link copied to clipboard

Effective expiration date of the maintenance window in YYYY-MM-DD hh:mm format.

Link copied to clipboard
val recurEvery: String? = null

The rate at which a maintenance window is expected to recur. The rate can be expressed as daily, weekly, or monthly schedules.

Link copied to clipboard

Effective start date of the maintenance window in YYYY-MM-DD hh:mm format.

Link copied to clipboard

The time zone for the maintenance window. A list of timezones can be obtained by executing System.TimeZoneInfo::GetSystemTimeZones() in PowerShell.