AvailableServiceTier 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
AvailableServiceTier() |
Initializes a new instance of the AvailableServiceTier class. |
AvailableServiceTier(String, Nullable<Boolean>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, String) |
Initializes a new instance of the AvailableServiceTier class. |
AvailableServiceTier()
Initializes a new instance of the AvailableServiceTier class.
public AvailableServiceTier ();
Public Sub New ()
Applies to
AvailableServiceTier(String, Nullable<Boolean>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, String)
Initializes a new instance of the AvailableServiceTier class.
public AvailableServiceTier (string serviceTier = default, bool? enabled = default, long? minimumRetention = default, long? maximumRetention = default, long? defaultRetention = default, long? capacityReservationLevel = default, string lastSkuUpdate = default);
new Microsoft.Azure.Management.OperationalInsights.Models.AvailableServiceTier : string * Nullable<bool> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * string -> Microsoft.Azure.Management.OperationalInsights.Models.AvailableServiceTier
Public Sub New (Optional serviceTier As String = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing, Optional minimumRetention As Nullable(Of Long) = Nothing, Optional maximumRetention As Nullable(Of Long) = Nothing, Optional defaultRetention As Nullable(Of Long) = Nothing, Optional capacityReservationLevel As Nullable(Of Long) = Nothing, Optional lastSkuUpdate As String = Nothing)
Parameters
- serviceTier
- String
The name of the Service Tier. Possible values include: 'Free', 'Standard', 'Premium', 'PerNode', 'PerGB2018', 'Standalone', 'CapacityReservation'
The capacity reservation level in GB per day. Returned for the Capacity Reservation Service Tier.
- lastSkuUpdate
- String
Time when the sku was last updated for the workspace. Returned for the Capacity Reservation Service Tier.
Applies to
Azure SDK for .NET