WorkspaceSku Constructors

Definition

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'

capacityReservationLevel
Nullable<Int32>

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