你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SkuCapacity Class
- java.
lang. Object - com.
microsoft. azure. management. appservice. SkuCapacity
- com.
public class SkuCapacity
Description of the App Service plan scale options.
Method Summary
Modifier and Type | Method and Description |
---|---|
Integer |
defaultProperty()
Get the defaultProperty value. |
Integer |
maximum()
Get the maximum value. |
Integer |
minimum()
Get the minimum value. |
String |
scaleType()
Get the scaleType value. |
Sku |
withDefaultProperty(Integer defaultProperty)
Set the defaultProperty value. |
Sku |
withMaximum(Integer maximum)
Set the maximum value. |
Sku |
withMinimum(Integer minimum)
Set the minimum value. |
Sku |
withScaleType(String scaleType)
Set the scaleType value. |
Method Details
defaultProperty
public Integer defaultProperty()
Get the defaultProperty value.
Returns:
maximum
public Integer maximum()
Get the maximum value.
Returns:
minimum
public Integer minimum()
Get the minimum value.
Returns:
scaleType
public String scaleType()
Get the scaleType value.
Returns:
withDefaultProperty
public SkuCapacity withDefaultProperty(Integer defaultProperty)
Set the defaultProperty value.
Parameters:
Returns:
withMaximum
public SkuCapacity withMaximum(Integer maximum)
Set the maximum value.
Parameters:
Returns:
withMinimum
public SkuCapacity withMinimum(Integer minimum)
Set the minimum value.
Parameters:
Returns:
withScaleType
public SkuCapacity withScaleType(String scaleType)
Set the scaleType value.
Parameters:
Returns: