Get Maintenance Configuration Result
data class GetMaintenanceConfigurationResult(val azureApiVersion: String, val id: String, val maintenanceWindow: MaintenanceWindowResponse? = null, val name: String, val notAllowedTime: List<TimeSpanResponse>? = null, val systemData: SystemDataResponse, val timeInWeek: List<TimeInWeekResponse>? = null, val type: String)
See planned maintenance for more information about planned maintenance.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, maintenanceWindow: MaintenanceWindowResponse? = null, name: String, notAllowedTime: List<TimeSpanResponse>? = null, systemData: SystemDataResponse, timeInWeek: List<TimeInWeekResponse>? = null, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Maintenance window for the maintenance configuration.
Link copied to clipboard
Time slots on which upgrade is not allowed.
Link copied to clipboard
The system metadata relating to this resource.
Link copied to clipboard
If two array entries specify the same day of the week, the applied configuration is the union of times in both entries.