GetMaintenanceConfigurationResult

data class GetMaintenanceConfigurationResult(val extensionProperties: Map<String, String>? = null, val id: String, val location: String? = null, val maintenanceScope: String? = null, val name: String, val namespace: String? = null, val tags: Map<String, String>? = null, val type: String)

Maintenance configuration record type

Constructors

Link copied to clipboard
constructor(extensionProperties: Map<String, String>? = null, id: String, location: String? = null, maintenanceScope: String? = null, name: String, namespace: String? = null, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets extensionProperties of the maintenanceConfiguration. This is for future use only and would be a set of key value pairs for additional information e.g. whether to follow SDP etc.

Link copied to clipboard
val id: String

Fully qualified identifier of the resource

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. It represent the impact area of the maintenance

Link copied to clipboard

Name of the resource

Link copied to clipboard
val namespace: String? = null

Gets or sets namespace of the resource e.g. Microsoft.Maintenance or Microsoft.Sql

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

Gets or sets tags of the resource

Link copied to clipboard

Type of the resource