Get Auto Scale VCore Result
data class GetAutoScaleVCoreResult(val capacityLimit: Int? = null, val capacityObjectId: String? = null, val id: String, val location: String, val name: String, val provisioningState: String, val sku: AutoScaleVCoreSkuResponse, val systemData: SystemDataResponse? = null, val tags: Map<String, String>? = null, val type: String)
Represents an instance of an auto scale v-core resource.
Constructors
Link copied to clipboard
fun GetAutoScaleVCoreResult(capacityLimit: Int? = null, capacityObjectId: String? = null, id: String, location: String, name: String, provisioningState: String, sku: AutoScaleVCoreSkuResponse, systemData: SystemDataResponse? = null, tags: Map<String, String>? = null, type: String)