WorkspaceSku Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET