Class AzureSkuTier
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AzureSkuTier>
com.azure.resourcemanager.kusto.models.AzureSkuTier
SKU tier.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AzureSkuTier
Static value Basic for AzureSkuTier.static final AzureSkuTier
Static value Standard for AzureSkuTier. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AzureSkuTier
fromString
(String name) Creates or finds a AzureSkuTier from its string representation.static Collection<AzureSkuTier>
values()
Gets known AzureSkuTier values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
BASIC
Static value Basic for AzureSkuTier. -
STANDARD
Static value Standard for AzureSkuTier.
-
-
Constructor Details
-
AzureSkuTier
public AzureSkuTier()
-
-
Method Details
-
fromString
Creates or finds a AzureSkuTier from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding AzureSkuTier.
-
values
Gets known AzureSkuTier values.- Returns:
- known AzureSkuTier values.
-