Uses of Class
com.azure.resourcemanager.kusto.models.AzureSkuTier
Package
Description
Package containing the data models for KustoManagementClient.
-
Uses of AzureSkuTier in com.azure.resourcemanager.kusto.models
Modifier and TypeFieldDescriptionstatic final AzureSkuTier
AzureSkuTier.BASIC
Static value Basic for AzureSkuTier.static final AzureSkuTier
AzureSkuTier.STANDARD
Static value Standard for AzureSkuTier.Modifier and TypeMethodDescriptionstatic AzureSkuTier
AzureSkuTier.fromString
(String name) Creates or finds a AzureSkuTier from its string representation.AzureSku.tier()
Get the tier property: SKU tier.Modifier and TypeMethodDescriptionstatic Collection<AzureSkuTier>
AzureSkuTier.values()
Gets known AzureSkuTier values.Modifier and TypeMethodDescriptionAzureSku.withTier
(AzureSkuTier tier) Set the tier property: SKU tier.