Sku Class
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.
Constructor
Sku(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
name
|
The sku name. |
|
tier
|
Specifies the tier of virtual machines in a scale set. |
|
capacity
|
Specifies the number of virtual machines in the scale set. |
Attributes
capacity
Specifies the number of virtual machines in the scale set.
capacity: int | None
name
The sku name.
name: str | None
tier
Standard
Basic.
tier: str | None