Sku Class

Definition

An ARM Resource SKU.

public class Sku
type Sku = class
Public Class Sku
Inheritance
Sku

Constructors

Sku()

Initializes a new instance of the Sku class.

Sku(String, String, String, String, Nullable<Int32>)

Initializes a new instance of the Sku class.

Properties

Capacity

Gets or sets capacity of the particular SKU.

Family

Gets or sets if the service has different generations of hardware, for the same SKU, then that can be captured here.

Name

Gets or sets the name of the SKU, typically, a letter + Number code, e.g. P3.

Size

Gets or sets size of the particular SKU

Tier

Gets or sets the tier or edition of the particular SKU, e.g. Basic, Premium.

Methods

Validate()

Validate the object.

Applies to