WorkspaceSku Class

Definition

The SKU (tier) of a workspace.

public class WorkspaceSku
type WorkspaceSku = class
Public Class WorkspaceSku
Inheritance
WorkspaceSku

Constructors

WorkspaceSku()

Initializes a new instance of the WorkspaceSku class.

WorkspaceSku(String, Nullable<Int32>, String)

Initializes a new instance of the WorkspaceSku class.

Properties

CapacityReservationLevel

Gets or sets the capacity reservation level in GB for this workspace, when CapacityReservation sku is selected.

LastSkuUpdate

Gets the last time when the sku was updated.

Name

Gets or sets the name of the SKU. Possible values include: 'Free', 'Standard', 'Premium', 'PerNode', 'PerGB2018', 'Standalone', 'CapacityReservation', 'LACluster'

Methods

Validate()

Validate the object.

Applies to