Sku Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public class Sku
type Sku = class
Public Class Sku
- Inheritance
-
Sku
Constructors
Sku() |
Initializes a new instance of the Sku class. |
Sku(String, String, Nullable<Int64>) |
Initializes a new instance of the Sku class. |
Properties
Capacity |
Gets or sets specifies the number of virtual machines in the scale set. |
Name |
Gets or sets the sku name. |
Tier |
Gets or sets specifies the tier of virtual machines in a scale set.<br /><br /> Possible Values:<br /><br /> Standard<br /><br /> Basic |
Applies to
Azure SDK for .NET