GetMaintenanceConfigurationResult

data class GetMaintenanceConfigurationResult(val id: String, 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(id: String, name: String, notAllowedTime: List<TimeSpanResponse>? = null, systemData: SystemDataResponse, timeInWeek: List<TimeInWeekResponse>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

The name of the resource that is unique within a resource group. This name can be used to access the resource.

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.

Link copied to clipboard

Resource type