Uses of Class
com.azure.resourcemanager.appservice.models.SkuCapacity
-
Packages that use SkuCapacity Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of SkuCapacity in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return SkuCapacity Modifier and Type Method Description SkuCapacitySkuInfoInner. capacity()Get the capacity property: Min, max, and default scale values of the SKU.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type SkuCapacity Modifier and Type Method Description SkuInfoInnerSkuInfoInner. withCapacity(SkuCapacity capacity)Set the capacity property: Min, max, and default scale values of the SKU. -
Uses of SkuCapacity in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return SkuCapacity Modifier and Type Method Description SkuCapacityGlobalCsmSkuDescription. capacity()Get the capacity property: Min, max, and default scale values of the SKU.SkuCapacitySkuDescription. skuCapacity()Get the skuCapacity property: Min, max, and default scale values of the SKU.SkuCapacitySkuCapacity. withDefaultProperty(Integer defaultProperty)Set the defaultProperty property: Default number of workers for this App Service plan SKU.SkuCapacitySkuCapacity. withElasticMaximum(Integer elasticMaximum)Set the elasticMaximum property: Maximum number of Elastic workers for this App Service plan SKU.SkuCapacitySkuCapacity. withMaximum(Integer maximum)Set the maximum property: Maximum number of workers for this App Service plan SKU.SkuCapacitySkuCapacity. withMinimum(Integer minimum)Set the minimum property: Minimum number of workers for this App Service plan SKU.SkuCapacitySkuCapacity. withScaleType(String scaleType)Set the scaleType property: Available scale configurations for an App Service plan.Methods in com.azure.resourcemanager.appservice.models with parameters of type SkuCapacity Modifier and Type Method Description GlobalCsmSkuDescriptionGlobalCsmSkuDescription. withCapacity(SkuCapacity capacity)Set the capacity property: Min, max, and default scale values of the SKU.SkuDescriptionSkuDescription. withSkuCapacity(SkuCapacity skuCapacity)Set the skuCapacity property: Min, max, and default scale values of the SKU.
-