Uses of Class
com.microsoft.azure.toolkit.lib.appservice.model.PricingTier
-
-
Uses of PricingTier in com.microsoft.azure.toolkit.lib.appservice.config
Fields in com.microsoft.azure.toolkit.lib.appservice.config declared as PricingTier Modifier and Type Field Description private PricingTierAppServiceConfig. pricingTierprivate PricingTierAppServicePlanConfig. pricingTier -
Uses of PricingTier in com.microsoft.azure.toolkit.lib.appservice.model
Fields in com.microsoft.azure.toolkit.lib.appservice.model with type parameters of type PricingTier Modifier and Type Field Description static Set<PricingTier>PricingTier. FUNCTION_PRICINGstatic Set<PricingTier>PricingTier. SHARED_PRICINGprivate static Set<PricingTier>PricingTier. valuesstatic Set<PricingTier>PricingTier. WEB_APP_PRICINGMethods in com.microsoft.azure.toolkit.lib.appservice.model that return PricingTier Modifier and Type Method Description static PricingTierPricingTier. fromString(String size)static PricingTierPricingTier. fromString(String tier, String size)Methods in com.microsoft.azure.toolkit.lib.appservice.model that return types with arguments of type PricingTier Modifier and Type Method Description static Set<PricingTier>PricingTier. values() -
Uses of PricingTier in com.microsoft.azure.toolkit.lib.appservice.plan
Fields in com.microsoft.azure.toolkit.lib.appservice.plan declared as PricingTier Modifier and Type Field Description private PricingTierAppServicePlanDraft.Config. pricingTierMethods in com.microsoft.azure.toolkit.lib.appservice.plan that return PricingTier Modifier and Type Method Description PricingTierAppServicePlan. getPricingTier()PricingTierAppServicePlanDraft. getPricingTier()Methods in com.microsoft.azure.toolkit.lib.appservice.plan with parameters of type PricingTier Modifier and Type Method Description AppServicePlanDraftAppServicePlanDraft. setPricingTier(PricingTier tier) -
Uses of PricingTier in com.microsoft.azure.toolkit.lib.appservice.utils
Methods in com.microsoft.azure.toolkit.lib.appservice.utils that return PricingTier Modifier and Type Method Description (package private) static PricingTierAppServiceUtils. fromPricingTier(com.azure.resourcemanager.appservice.models.PricingTier pricingTier)Methods in com.microsoft.azure.toolkit.lib.appservice.utils with parameters of type PricingTier Modifier and Type Method Description static com.azure.resourcemanager.appservice.models.PricingTierAppServiceUtils. toPricingTier(PricingTier pricingTier) -
Uses of PricingTier in com.microsoft.azure.toolkit.lib.legacy.appservice
Methods in com.microsoft.azure.toolkit.lib.legacy.appservice that return types with arguments of type PricingTier Modifier and Type Method Description static List<PricingTier>AppServiceUtils. getAvailablePricingTiers(OperatingSystem operatingSystem)
-