ResourceSkuCapacity Class
- java.
lang. Object - com.
microsoft. azure. management. compute. ResourceSkuCapacity
- com.
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. |
Resource |
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java