Get Autoscale Setting Result
data class GetAutoscaleSettingResult(val enabled: Boolean? = null, val id: String, val location: String, val name: String, val notifications: List<AutoscaleNotificationResponse>? = null, val profiles: List<AutoscaleProfileResponse>, val tags: Map<String, String>? = null, val targetResourceLocation: String? = null, val targetResourceUri: String? = null, val type: String)
The autoscale setting resource.
Constructors
Link copied to clipboard
fun GetAutoscaleSettingResult(enabled: Boolean? = null, id: String, location: String, name: String, notifications: List<AutoscaleNotificationResponse>? = null, profiles: List<AutoscaleProfileResponse>, tags: Map<String, String>? = null, targetResourceLocation: String? = null, targetResourceUri: String? = null, type: String)