Sku Class

Definition

Identifies the unique system identifier for each Azure resource.

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

Initializes a new instance of the Sku class.

Properties

Capacity

Gets or sets the sku capacity

Family

Gets or sets the sku family

Name

Gets or sets the Sku name. Possible values include: 'Standard', 'RS0'

Size

Gets or sets the sku size

Tier

Gets or sets the Sku tier.

Methods

Validate()

Validate the object.

Applies to