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)

maintenance configuration.

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 meta data relating to this resource.

Link copied to clipboard

Weekday time slots allowed to upgrade.

Link copied to clipboard

Resource type