Sku Class

Definition

The sku type.

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

Constructors

Sku()

Initializes a new instance of the Sku class.

Sku(String, ResourceReference)

Initializes a new instance of the Sku class.

Properties

Name

Gets or sets the name. Possible values include: 'NotSpecified', 'Free', 'Shared', 'Basic', 'Standard', 'Premium'

Plan

Gets or sets the reference to plan.

Methods

Validate()

Validate the object.

Applies to