Get Auto Scale VCore Result
data class GetAutoScaleVCoreResult(val azureApiVersion: String, 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.
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The maximum capacity of an auto scale v-core resource.
Link copied to clipboard
The object ID of the capacity resource associated with the auto scale v-core resource.
Link copied to clipboard
The current deployment state of an auto scale v-core resource. The provisioningState is to indicate states for resource provisioning.
Link copied to clipboard
The SKU of the auto scale v-core resource.
Link copied to clipboard
Metadata pertaining to creation and last modification of the resource.