Class SkuCapacity
- java.lang.Object
-
- com.azure.resourcemanager.appplatform.models.SkuCapacity
-
public final class SkuCapacity extends Object
The SKU capacity.
-
-
Constructor Summary
Constructors Constructor Description SkuCapacity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegerdefaultProperty()Get the defaultProperty property: Gets or sets the default.Integermaximum()Get the maximum property: Gets or sets the maximum.intminimum()Get the minimum property: Gets or sets the minimum.SkuScaleTypescaleType()Get the scaleType property: Gets or sets the type of the scale.voidvalidate()Validates the instance.SkuCapacitywithDefaultProperty(Integer defaultProperty)Set the defaultProperty property: Gets or sets the default.SkuCapacitywithMaximum(Integer maximum)Set the maximum property: Gets or sets the maximum.SkuCapacitywithMinimum(int minimum)Set the minimum property: Gets or sets the minimum.SkuCapacitywithScaleType(SkuScaleType scaleType)Set the scaleType property: Gets or sets the type of the scale.
-
-
-
Method Detail
-
minimum
public int minimum()
Get the minimum property: Gets or sets the minimum.- Returns:
- the minimum value.
-
withMinimum
public SkuCapacity withMinimum(int minimum)
Set the minimum property: Gets or sets the minimum.- Parameters:
minimum- the minimum value to set.- Returns:
- the SkuCapacity object itself.
-
maximum
public Integer maximum()
Get the maximum property: Gets or sets the maximum.- Returns:
- the maximum value.
-
withMaximum
public SkuCapacity withMaximum(Integer maximum)
Set the maximum property: Gets or sets the maximum.- Parameters:
maximum- the maximum value to set.- Returns:
- the SkuCapacity object itself.
-
defaultProperty
public Integer defaultProperty()
Get the defaultProperty property: Gets or sets the default.- Returns:
- the defaultProperty value.
-
withDefaultProperty
public SkuCapacity withDefaultProperty(Integer defaultProperty)
Set the defaultProperty property: Gets or sets the default.- Parameters:
defaultProperty- the defaultProperty value to set.- Returns:
- the SkuCapacity object itself.
-
scaleType
public SkuScaleType scaleType()
Get the scaleType property: Gets or sets the type of the scale.- Returns:
- the scaleType value.
-
withScaleType
public SkuCapacity withScaleType(SkuScaleType scaleType)
Set the scaleType property: Gets or sets the type of the scale.- Parameters:
scaleType- the scaleType value to set.- Returns:
- the SkuCapacity object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-