共用方式為


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)

Initializes a new instance of the Sku class.

Properties

Name

Gets or sets the name of the sku, e.g. Standard_D32s_v3.

Tier

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

Methods

Validate()

Validate the object.

Applies to