AutoScaleVCoreUpdateParameters interface
Update request specification
Properties
| capacity |
The maximum capacity of an auto scale v-core resource. |
| sku | The SKU of the auto scale v-core resource. |
| tags | Key-value pairs of additional provisioning properties. |
Property Details
capacityLimit
The maximum capacity of an auto scale v-core resource.
capacityLimit?: number
Property Value
number
sku
tags
Key-value pairs of additional provisioning properties.
tags?: Record<string, string>
Property Value
Record<string, string>