Sku Class

Definition

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.&lt;br /&gt;&lt;br /&gt; Possible Values:&lt;br /&gt;&lt;br /&gt; Standard&lt;br /&gt;&lt;br /&gt; Basic

Applies to