Uses of Class
com.microsoft.azure.toolkit.redis.model.PricingTier
-
Packages that use PricingTier Package Description com.microsoft.azure.toolkit.redis com.microsoft.azure.toolkit.redis.model -
-
Uses of PricingTier in com.microsoft.azure.toolkit.redis
Fields in com.microsoft.azure.toolkit.redis declared as PricingTier Modifier and Type Field Description private PricingTierRedisCacheDraft.Config. pricingTierMethods in com.microsoft.azure.toolkit.redis that return PricingTier Modifier and Type Method Description PricingTierRedisCache. getPricingTier()PricingTierRedisCacheDraft. getPricingTier()Methods in com.microsoft.azure.toolkit.redis with parameters of type PricingTier Modifier and Type Method Description voidRedisCacheDraft. setPricingTier(PricingTier tier) -
Uses of PricingTier in com.microsoft.azure.toolkit.redis.model
Fields in com.microsoft.azure.toolkit.redis.model declared as PricingTier Modifier and Type Field Description static PricingTierPricingTier. BASIC_C0static PricingTierPricingTier. BASIC_C1static PricingTierPricingTier. BASIC_C2static PricingTierPricingTier. BASIC_C3static PricingTierPricingTier. BASIC_C4static PricingTierPricingTier. BASIC_C5static PricingTierPricingTier. BASIC_C6static PricingTierPricingTier. PREMIUM_C1static PricingTierPricingTier. PREMIUM_C2static PricingTierPricingTier. PREMIUM_C3static PricingTierPricingTier. PREMIUM_C4static PricingTierPricingTier. PREMIUM_C5private PricingTierRedisConfig. pricingTierDeprecated.static PricingTierPricingTier. STANDARD_C0static PricingTierPricingTier. STANDARD_C1static PricingTierPricingTier. STANDARD_C2static PricingTierPricingTier. STANDARD_C3static PricingTierPricingTier. STANDARD_C4static PricingTierPricingTier. STANDARD_C5static PricingTierPricingTier. STANDARD_C6Fields in com.microsoft.azure.toolkit.redis.model with type parameters of type PricingTier Modifier and Type Field Description private static List<PricingTier>PricingTier. valuesMethods in com.microsoft.azure.toolkit.redis.model that return PricingTier Modifier and Type Method Description static PricingTierPricingTier. from(com.azure.resourcemanager.redis.models.Sku sku)Methods in com.microsoft.azure.toolkit.redis.model that return types with arguments of type PricingTier Modifier and Type Method Description static List<PricingTier>PricingTier. values()
-