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

ResourceSkuCapacity Class

  • java.lang.Object
    • com.microsoft.azure.management.compute.ResourceSkuCapacity

public class ResourceSkuCapacity

Describes scaling information of a SKU.

Method Summary

Modifier and Type Method and Description
Long defaultProperty()

Get the defaultProperty value.

Long maximum()

Get the maximum value.

Long minimum()

Get the minimum value.

ResourceSkuCapacityScaleType scaleType()

Get the scaleType value.

Method Details

defaultProperty

public Long defaultProperty()

Get the defaultProperty value.

Returns:

the defaultProperty value

maximum

public Long maximum()

Get the maximum value.

Returns:

the maximum value

minimum

public Long minimum()

Get the minimum value.

Returns:

the minimum value

scaleType

public ResourceSkuCapacityScaleType scaleType()

Get the scaleType value.

Returns:

the scaleType value

Applies to