public class SkuCapacity extends Object
Constructor and Description |
---|
SkuCapacity() |
Modifier and Type | Method and Description |
---|---|
Integer |
defaultProperty()
Get default number of workers for this App Service plan SKU.
|
Integer |
maximum()
Get maximum number of workers for this App Service plan SKU.
|
Integer |
minimum()
Get minimum number of workers for this App Service plan SKU.
|
String |
scaleType()
Get available scale configurations for an App Service plan.
|
SkuCapacity |
withDefaultProperty(Integer defaultProperty)
Set default number of workers for this App Service plan SKU.
|
SkuCapacity |
withMaximum(Integer maximum)
Set maximum number of workers for this App Service plan SKU.
|
SkuCapacity |
withMinimum(Integer minimum)
Set minimum number of workers for this App Service plan SKU.
|
SkuCapacity |
withScaleType(String scaleType)
Set available scale configurations for an App Service plan.
|
public Integer minimum()
public SkuCapacity withMinimum(Integer minimum)
minimum
- the minimum value to setpublic Integer maximum()
public SkuCapacity withMaximum(Integer maximum)
maximum
- the maximum value to setpublic Integer defaultProperty()
public SkuCapacity withDefaultProperty(Integer defaultProperty)
defaultProperty
- the defaultProperty value to setpublic String scaleType()
public SkuCapacity withScaleType(String scaleType)
scaleType
- the scaleType value to setCopyright © 2019. All rights reserved.