Uses of Class
com.azure.resourcemanager.mariadb.models.SkuTier
Package
Description
Package containing the data models for MariaDBManagementClient.
-
Uses of SkuTier in com.azure.resourcemanager.mariadb.models
Modifier and TypeFieldDescriptionstatic final SkuTier
SkuTier.BASIC
Static value Basic for SkuTier.static final SkuTier
SkuTier.GENERAL_PURPOSE
Static value GeneralPurpose for SkuTier.static final SkuTier
SkuTier.MEMORY_OPTIMIZED
Static value MemoryOptimized for SkuTier.Modifier and TypeMethodDescriptionstatic SkuTier
SkuTier.fromString
(String name) Creates or finds a SkuTier from its string representation.Sku.tier()
Get the tier property: The tier of the particular SKU, e.g.Modifier and TypeMethodDescriptionstatic Collection<SkuTier>
SkuTier.values()
Gets known SkuTier values.