Class SkuCapacity
java.lang.Object
com.microsoft.azure.management.appservice.SkuCapacity
Description of the App Service plan scale options.
-
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
SkuCapacity
public SkuCapacity()
-
-
Method Details
-
minimum
Get minimum number of workers for this App Service plan SKU.- Returns:
- the minimum value
-
withMinimum
Set minimum number of workers for this App Service plan SKU.- Parameters:
minimum
- the minimum value to set- Returns:
- the SkuCapacity object itself.
-
maximum
Get maximum number of workers for this App Service plan SKU.- Returns:
- the maximum value
-
withMaximum
Set maximum number of workers for this App Service plan SKU.- Parameters:
maximum
- the maximum value to set- Returns:
- the SkuCapacity object itself.
-
defaultProperty
Get default number of workers for this App Service plan SKU.- Returns:
- the defaultProperty value
-
withDefaultProperty
Set default number of workers for this App Service plan SKU.- Parameters:
defaultProperty
- the defaultProperty value to set- Returns:
- the SkuCapacity object itself.
-
scaleType
Get available scale configurations for an App Service plan.- Returns:
- the scaleType value
-
withScaleType
Set available scale configurations for an App Service plan.- Parameters:
scaleType
- the scaleType value to set- Returns:
- the SkuCapacity object itself.
-