你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Sku interface
Billing information related properties of a server.
capacity | The scale up/out capacity, representing server's compute units. |
family | The family of hardware. |
name | The name of the sku, typically, tier + family + cores, e.g. B_Gen4_1, GP_Gen5_8. |
size | The size code, to be interpreted by resource as appropriate. |
tier | The tier of the particular SKU, e.g. Basic. |
The scale up/out capacity, representing server's compute units.
capacity?: number
Property Value
number
The family of hardware.
family?: string
Property Value
string
The name of the sku, typically, tier + family + cores, e.g. B_Gen4_1, GP_Gen5_8.
name: string
Property Value
string
The size code, to be interpreted by resource as appropriate.
size?: string
Property Value
string
The tier of the particular SKU, e.g. Basic.
tier?: string
Property Value
string