AvailableServiceTier 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.
Service Tier details.
public class AvailableServiceTier
type AvailableServiceTier = class
Public Class AvailableServiceTier
- Inheritance
-
AvailableServiceTier
Constructors
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. |
Properties
CapacityReservationLevel |
Gets the capacity reservation level in GB per day. Returned for the Capacity Reservation Service Tier. |
DefaultRetention |
Gets the default retention for the Service Tier, in days. |
Enabled |
Gets true if the Service Tier is enabled for the workspace. |
LastSkuUpdate |
Gets time when the sku was last updated for the workspace. Returned for the Capacity Reservation Service Tier. |
MaximumRetention |
Gets the maximum retention for the Service Tier, in days. |
MinimumRetention |
Gets the minimum retention for the Service Tier, in days. |
ServiceTier |
Gets the name of the Service Tier. Possible values include: 'Free', 'Standard', 'Premium', 'PerNode', 'PerGB2018', 'Standalone', 'CapacityReservation' |
Applies to
Azure SDK for .NET