Uses of Class
com.azure.resourcemanager.appservice.models.SkuCapacity
Packages that use SkuCapacity
Package
Description
Package containing the inner data models for WebSiteManagementClient.
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 SkuCapacityModifier and TypeMethodDescriptionSkuInfoInner.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 SkuCapacityModifier and TypeMethodDescriptionSkuInfoInner.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
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type SkuCapacityModifier and TypeClassDescriptionfinal classDescription of the App Service plan scale options.Methods in com.azure.resourcemanager.appservice.models that return SkuCapacityModifier and TypeMethodDescriptionGlobalCsmSkuDescription.capacity()Get the capacity property: Min, max, and default scale values of the SKU.static SkuCapacitySkuCapacity.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SkuCapacity from the JsonReader.SkuDescription.skuCapacity()Get the skuCapacity property: Min, max, and default scale values of the SKU.SkuCapacity.withDefaultProperty(Integer defaultProperty) Set the defaultProperty property: Default number of workers for this App Service plan SKU.SkuCapacity.withElasticMaximum(Integer elasticMaximum) Set the elasticMaximum property: Maximum number of Elastic workers for this App Service plan SKU.SkuCapacity.withMaximum(Integer maximum) Set the maximum property: Maximum number of workers for this App Service plan SKU.SkuCapacity.withMinimum(Integer minimum) Set the minimum property: Minimum number of workers for this App Service plan SKU.SkuCapacity.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 SkuCapacityModifier and TypeMethodDescriptionGlobalCsmSkuDescription.withCapacity(SkuCapacity capacity) Set the capacity property: Min, max, and default scale values of the SKU.SkuDescription.withSkuCapacity(SkuCapacity skuCapacity) Set the skuCapacity property: Min, max, and default scale values of the SKU.