GetMaintenanceConfigurationResult

data class GetMaintenanceConfigurationResult(val azureApiVersion: String, val duration: String? = null, val expirationDateTime: String? = null, val extensionProperties: Map<String, String>? = null, val id: String, val installPatches: InputPatchConfigurationResponse? = null, val location: String? = null, val maintenanceScope: String? = null, val name: String, val namespace: String? = null, val recurEvery: String? = null, val startDateTime: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val timeZone: String? = null, val type: String, val visibility: String? = null)

Maintenance configuration record type

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, duration: String? = null, expirationDateTime: String? = null, extensionProperties: Map<String, String>? = null, id: String, installPatches: InputPatchConfigurationResponse? = null, location: String? = null, maintenanceScope: String? = null, name: String, namespace: String? = null, recurEvery: String? = null, startDateTime: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, timeZone: String? = null, type: String, visibility: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val duration: String? = null

Duration of the maintenance window in HH:mm format. If not provided, default value will be used based on maintenance scope provided. Example: 05:00.

Link copied to clipboard

Effective expiration date of the maintenance 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 extensionProperties of the maintenanceConfiguration

Link copied to clipboard
val id: String

Fully qualified identifier of the resource

Link copied to clipboard

The input parameters to be passed to the patch run operation.

Link copied to clipboard
val location: String? = null

Gets or sets location of the resource

Link copied to clipboard

Gets or sets maintenanceScope of the configuration

Link copied to clipboard

Name of the resource

Link copied to clipboard
val namespace: String? = null

Gets or sets namespace of the resource

Link copied to clipboard
val recurEvery: String? = null

Rate at which a Maintenance window is expected to recur. The rate can be expressed as daily, weekly, or monthly schedules. Daily schedule are formatted as recurEvery: 'Day(s)'. If no frequency is provided, the default frequency is 1. Daily schedule examples are recurEvery: Day, recurEvery: 3Days. Weekly schedule are formatted as recurEvery: 'Week(s)' Optional comma separated list of weekdays Monday-Sunday. Weekly schedule examples are recurEvery: 3Weeks, recurEvery: Week Saturday,Sunday. Monthly schedules are formatted as 'Month(s)' Comma separated list of month days or 'Month(s)' Weekday Monday-Sunday Optional Offset(No. of days). Offset value must be between -6 to 6 inclusive. Monthly schedule examples are recurEvery: Month, recurEvery: 2Months, recurEvery: Month day23,day24, recurEvery: Month Last Sunday, recurEvery: Month Fourth Monday, recurEvery: Month Last Sunday Offset-3, recurEvery: Month Third Sunday Offset6.

Link copied to clipboard
val startDateTime: String? = null

Effective start date of the maintenance 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

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Gets or sets tags of the resource

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.

Link copied to clipboard

Type of the resource

Link copied to clipboard
val visibility: String? = null

Gets or sets the visibility of the configuration. The default value is 'Custom'