Class SkuCapacity
java.lang.Object
com.microsoft.azure.management.appservice.SkuCapacity
Description of the App Service plan scale options.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGet default number of workers for this App Service plan SKU.maximum()Get maximum number of workers for this App Service plan SKU.minimum()Get minimum number of workers for this App Service plan SKU.Get available scale configurations for an App Service plan.withDefaultProperty(Integer defaultProperty) Set default number of workers for this App Service plan SKU.withMaximum(Integer maximum) Set maximum number of workers for this App Service plan SKU.withMinimum(Integer minimum) Set minimum number of workers for this App Service plan SKU.withScaleType(String scaleType) Set available scale configurations for an App Service plan.
- 
Constructor Details- 
SkuCapacitypublic SkuCapacity()
 
- 
- 
Method Details- 
minimumGet minimum number of workers for this App Service plan SKU.- Returns:
- the minimum value
 
- 
withMinimumSet minimum number of workers for this App Service plan SKU.- Parameters:
- minimum- the minimum value to set
- Returns:
- the SkuCapacity object itself.
 
- 
maximumGet maximum number of workers for this App Service plan SKU.- Returns:
- the maximum value
 
- 
withMaximumSet maximum number of workers for this App Service plan SKU.- Parameters:
- maximum- the maximum value to set
- Returns:
- the SkuCapacity object itself.
 
- 
defaultPropertyGet default number of workers for this App Service plan SKU.- Returns:
- the defaultProperty value
 
- 
withDefaultPropertySet default number of workers for this App Service plan SKU.- Parameters:
- defaultProperty- the defaultProperty value to set
- Returns:
- the SkuCapacity object itself.
 
- 
scaleTypeGet available scale configurations for an App Service plan.- Returns:
- the scaleType value
 
- 
withScaleTypeSet available scale configurations for an App Service plan.- Parameters:
- scaleType- the scaleType value to set
- Returns:
- the SkuCapacity object itself.
 
 
-