Uses of Class
com.azure.resourcemanager.botservice.models.SkuTier
Packages that use SkuTier
Package
Description
Package containing the data models for AzureBotService.
-
Uses of SkuTier in com.azure.resourcemanager.botservice.models
Fields in com.azure.resourcemanager.botservice.models declared as SkuTierModifier and TypeFieldDescriptionstatic final SkuTierSkuTier.FREEStatic value Free for SkuTier.static final SkuTierSkuTier.STANDARDStatic value Standard for SkuTier.Methods in com.azure.resourcemanager.botservice.models that return SkuTierModifier and TypeMethodDescriptionstatic SkuTierSkuTier.fromString(String name) Creates or finds a SkuTier from its string representation.Sku.tier()Get the tier property: Gets the sku tier.Methods in com.azure.resourcemanager.botservice.models that return types with arguments of type SkuTierModifier and TypeMethodDescriptionstatic Collection<SkuTier> SkuTier.values()Gets known SkuTier values.