GetAutoscaleSettingResult

data class GetAutoscaleSettingResult(val enabled: Boolean? = null, val id: String, val location: String, val name: String, val notifications: List<AutoscaleNotificationResponse>? = null, val predictiveAutoscalePolicy: PredictiveAutoscalePolicyResponse? = null, val profiles: List<AutoscaleProfileResponse>, val systemData: SystemDataResponse, 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, predictiveAutoscalePolicy: PredictiveAutoscalePolicyResponse? = null, profiles: List<AutoscaleProfileResponse>, systemData: SystemDataResponse, 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 predictive autoscale policy mode.

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 system metadata related to the response.

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

Gets or sets a list of key value pairs that describe the resource. These tags can be used in viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key no greater in length than 128 characters and a value no greater in length than 256 characters.

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