Share via


ResourceSkuCapacity Class

  • java.lang.Object
    • com.microsoft.azure.management.apimanagement.v2019_01_01.ResourceSkuCapacity

public class ResourceSkuCapacity

Describes scaling information of a SKU.

Constructor Summary

Constructor Description
ResourceSkuCapacity()

Method Summary

Modifier and Type Method and Description
java.lang.Integer defaultProperty()

Get the default capacity.

java.lang.Integer maximum()

Get the maximum capacity that can be set.

java.lang.Integer minimum()

Get the minimum capacity.

ResourceSkuCapacityScaleType scaleType()

Get the scale type applicable to the sku.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ResourceSkuCapacity

public ResourceSkuCapacity()

Method Details

defaultProperty

public Integer defaultProperty()

Get the default capacity.

Returns:

the defaultProperty value

maximum

public Integer maximum()

Get the maximum capacity that can be set.

Returns:

the maximum value

minimum

public Integer minimum()

Get the minimum capacity.

Returns:

the minimum value

scaleType

public ResourceSkuCapacityScaleType scaleType()

Get the scale type applicable to the sku. Possible values include: 'automatic', 'manual', 'none'.

Returns:

the scaleType value

Applies to