Sku Class

Definition

Billing information related properties of a server.

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<Int32>, String, String)

Initializes a new instance of the Sku class.

Properties

Capacity

Gets or sets the scale up/out capacity, representing server's compute units.

Family

Gets or sets the family of hardware.

Name

Gets or sets the name of the sku, typically, tier + family + cores, e.g. B_Gen4_1, GP_Gen5_8.

Size

Gets or sets the size code, to be interpreted by resource as appropriate.

Tier

Gets or sets the tier of the particular SKU, e.g. Basic. Possible values include: 'Basic', 'GeneralPurpose', 'MemoryOptimized'

Methods

Validate()

Validate the object.

Applies to