VmSkuProperties interface
The profile for supported VM SKUs
Properties
capabilities | The list of name-value pairs to describe VM SKU capabilities like MemoryGB, vCPUs, etc. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the VM SKU NOTE: This property will not be serialized. It can only be populated by the server. |
resource |
The type of resource the SKU applies to. NOTE: This property will not be serialized. It can only be populated by the server. |
size | The size of the VM SKU NOTE: This property will not be serialized. It can only be populated by the server. |
tier | The tier of the VM SKU NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
capabilities
The list of name-value pairs to describe VM SKU capabilities like MemoryGB, vCPUs, etc. NOTE: This property will not be serialized. It can only be populated by the server.
capabilities?: VmSkuCapabilities[]
Property Value
name
The name of the VM SKU NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
resourceType
The type of resource the SKU applies to. NOTE: This property will not be serialized. It can only be populated by the server.
resourceType?: string
Property Value
string
size
The size of the VM SKU NOTE: This property will not be serialized. It can only be populated by the server.
size?: string
Property Value
string
tier
The tier of the VM SKU NOTE: This property will not be serialized. It can only be populated by the server.
tier?: string
Property Value
string