WorkspaceSku Constructors
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.
Overloads
WorkspaceSku() |
Initializes a new instance of the WorkspaceSku class. |
WorkspaceSku(String, Nullable<Int32>, String) |
Initializes a new instance of the WorkspaceSku class. |
WorkspaceSku()
Initializes a new instance of the WorkspaceSku class.
public WorkspaceSku ();
Public Sub New ()
Applies to
WorkspaceSku(String, Nullable<Int32>, String)
Initializes a new instance of the WorkspaceSku class.
public WorkspaceSku (string name, int? capacityReservationLevel = default, string lastSkuUpdate = default);
new Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceSku : string * Nullable<int> * string -> Microsoft.Azure.Management.OperationalInsights.Models.WorkspaceSku
Public Sub New (name As String, Optional capacityReservationLevel As Nullable(Of Integer) = Nothing, Optional lastSkuUpdate As String = Nothing)
Parameters
- name
- String
The name of the SKU. Possible values include: 'Free', 'Standard', 'Premium', 'PerNode', 'PerGB2018', 'Standalone', 'CapacityReservation', 'LACluster'
The capacity reservation level in GB for this workspace, when CapacityReservation sku is selected.
- lastSkuUpdate
- String
The last time when the sku was updated.
Applies to
Azure SDK for .NET