Uses of Class
com.microsoft.azure.management.appservice.SkuDescription
Packages that use SkuDescription
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of SkuDescription in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return SkuDescriptionModifier and TypeMethodDescriptionPricingTier.toSkuDescription()
SkuDescription.withCapabilities
(List<com.microsoft.azure.management.appservice.implementation.CapabilityInner> capabilities) Set capabilities of the SKU, e.g., is traffic manager enabled?.SkuDescription.withCapacity
(Integer capacity) Set current number of instances assigned to the resource.SkuDescription.withFamily
(String family) Set family code of the resource SKU.SkuDescription.withLocations
(List<String> locations) Set locations of the SKU.Set name of the resource SKU.Set size specifier of the resource SKU.SkuDescription.withSkuCapacity
(SkuCapacity skuCapacity) Set min, max, and default scale values of the SKU.Set service tier of the resource SKU.Methods in com.microsoft.azure.management.appservice with parameters of type SkuDescriptionModifier and TypeMethodDescriptionstatic PricingTier
PricingTier.fromSkuDescription
(SkuDescription skuDescription) Parses a serialized value to an AppServicePricingTier instance.