ResourceSkuCapacity Class
- java.
lang. Object - com.
microsoft. azure. management. apimanagement. v2019_01_01.ResourceSkuCapacity
- com.
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. |
|
Resource |
scaleType()
Get the scale type applicable to the sku. |
Methods inherited from java.lang.Object
Constructor Details
ResourceSkuCapacity
public ResourceSkuCapacity()
Method Details
defaultProperty
public Integer defaultProperty()
Get the default capacity.
Returns:
maximum
public Integer maximum()
Get the maximum capacity that can be set.
Returns:
minimum
public Integer minimum()
Get the minimum capacity.
Returns:
scaleType
public ResourceSkuCapacityScaleType scaleType()
Get the scale type applicable to the sku. Possible values include: 'automatic', 'manual', 'none'.
Returns: