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
constructor(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)
Properties
Link copied to clipboard
the collection of notifications.
Link copied to clipboard
the collection of automatic scaling profiles that specify different scaling parameters for different time periods. A maximum of 20 profiles can be specified.
Link copied to clipboard
the location of the resource that the autoscale setting should be added to.
Link copied to clipboard
the resource identifier of the resource that the autoscale setting should be added to.