Bagikan melalui


Sku Class

Definition

Sku 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)

Initializes a new instance of the Sku class.

Properties

Name

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

Tier

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

Methods

Validate()

Validate the object.

Applies to