GetAutoscaleSettingResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

the enabled flag. Specifies whether automatic scaling is enabled for the resource. The default value is 'false'.

Link copied to clipboard
val id: String

Azure resource Id

Link copied to clipboard

Resource location

Link copied to clipboard

Azure resource name

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
val tags: Map<String, String>? = null

Resource tags

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.

Link copied to clipboard

Azure resource type