Get Maintenance Configuration Result
data class GetMaintenanceConfigurationResult(val azureApiVersion: String, val id: String, val name: String, val scheduledEntries: List<ScheduledEntryResponse>, val systemData: SystemDataResponse, val type: String)
Information about the Maintenance Configuration resource.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, name: String, scheduledEntries: List<ScheduledEntryResponse>, systemData: SystemDataResponse, type: String)