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 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
fun GetAutoscaleSettingResult(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
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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.