你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Sku interface
Describes a virtual machine scale set sku. NOTE: If the new VM SKU is not supported on the hardware the scale set is currently on, you need to deallocate the VMs in the scale set before you modify the SKU name.
Properties
capacity | Specifies the number of virtual machines in the scale set. |
name | The sku name. |
tier | Specifies the tier of virtual machines in a scale set. |
Property Details
capacity
Specifies the number of virtual machines in the scale set.
capacity?: number
Property Value
number
name
The sku name.
name?: string
Property Value
string
tier
Specifies the tier of virtual machines in a scale set.
Possible Values:
Standard
Basic
tier?: string
Property Value
string