你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SkuCapacity Class

  • java.lang.Object
    • com.microsoft.azure.management.appservice.SkuCapacity

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.

SkuCapacity withDefaultProperty(Integer defaultProperty)

Set the defaultProperty value.

SkuCapacity withMaximum(Integer maximum)

Set the maximum value.

SkuCapacity withMinimum(Integer minimum)

Set the minimum value.

SkuCapacity withScaleType(String scaleType)

Set the scaleType value.

Method Details

defaultProperty

public Integer defaultProperty()

Get the defaultProperty value.

Returns:

the defaultProperty value

maximum

public Integer maximum()

Get the maximum value.

Returns:

the maximum value

minimum

public Integer minimum()

Get the minimum value.

Returns:

the minimum value

scaleType

public String scaleType()

Get the scaleType value.

Returns:

the scaleType value

withDefaultProperty

public SkuCapacity withDefaultProperty(Integer defaultProperty)

Set the defaultProperty value.

Parameters:

defaultProperty - the defaultProperty value to set

Returns:

the SkuCapacity object itself.

withMaximum

public SkuCapacity withMaximum(Integer maximum)

Set the maximum value.

Parameters:

maximum - the maximum value to set

Returns:

the SkuCapacity object itself.

withMinimum

public SkuCapacity withMinimum(Integer minimum)

Set the minimum value.

Parameters:

minimum - the minimum value to set

Returns:

the SkuCapacity object itself.

withScaleType

public SkuCapacity withScaleType(String scaleType)

Set the scaleType value.

Parameters:

scaleType - the scaleType value to set

Returns:

the SkuCapacity object itself.

Applies to