Get Autoscale Setting Result
data class GetAutoscaleSettingResult(val azureApiVersion: String, val id: String, val location: String, val name: String, val properties: AutoscaleSettingResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
The autoscale setting resource.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, location: String, name: String, properties: AutoscaleSettingResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The autoscale setting of the resource.
Link copied to clipboard
The system metadata related to the response.
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.