Uses of Class
com.microsoft.azure.management.appservice.SkuCapacity
Packages that use SkuCapacity
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of SkuCapacity in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return SkuCapacityModifier and TypeMethodDescriptionGlobalCsmSkuDescription.capacity()
Get min, max, and default scale values of the SKU.SkuDescription.skuCapacity()
Get min, max, and default scale values of the SKU.SkuCapacity.withDefaultProperty
(Integer defaultProperty) Set default number of workers for this App Service plan SKU.SkuCapacity.withMaximum
(Integer maximum) Set maximum number of workers for this App Service plan SKU.SkuCapacity.withMinimum
(Integer minimum) Set minimum number of workers for this App Service plan SKU.SkuCapacity.withScaleType
(String scaleType) Set available scale configurations for an App Service plan.Methods in com.microsoft.azure.management.appservice with parameters of type SkuCapacityModifier and TypeMethodDescriptionGlobalCsmSkuDescription.withCapacity
(SkuCapacity capacity) Set min, max, and default scale values of the SKU.SkuDescription.withSkuCapacity
(SkuCapacity skuCapacity) Set min, max, and default scale values of the SKU.