Uses of Class
com.microsoft.azure.management.appservice.SkuCapacity
-
-
Uses of SkuCapacity in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return SkuCapacity Modifier and Type Method Description SkuCapacityGlobalCsmSkuDescription. capacity()Get min, max, and default scale values of the SKU.SkuCapacitySkuDescription. skuCapacity()Get min, max, and default scale values of the SKU.SkuCapacitySkuCapacity. withDefaultProperty(Integer defaultProperty)Set default number of workers for this App Service plan SKU.SkuCapacitySkuCapacity. withMaximum(Integer maximum)Set maximum number of workers for this App Service plan SKU.SkuCapacitySkuCapacity. withMinimum(Integer minimum)Set minimum number of workers for this App Service plan SKU.SkuCapacitySkuCapacity. withScaleType(String scaleType)Set available scale configurations for an App Service plan.Methods in com.microsoft.azure.management.appservice with parameters of type SkuCapacity Modifier and Type Method Description GlobalCsmSkuDescriptionGlobalCsmSkuDescription. withCapacity(SkuCapacity capacity)Set min, max, and default scale values of the SKU.SkuDescriptionSkuDescription. withSkuCapacity(SkuCapacity skuCapacity)Set min, max, and default scale values of the SKU.
-