Class PerformanceLevelCapability
- java.lang.Object
-
- com.azure.resourcemanager.sql.models.PerformanceLevelCapability
-
public final class PerformanceLevelCapability extends Object
The performance level capability.
-
-
Constructor Summary
Constructors Constructor Description PerformanceLevelCapability()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PerformanceLevelUnitunit()Get the unit property: Unit type used to measure performance level.voidvalidate()Validates the instance.Doublevalue()Get the value property: Performance level value.
-
-
-
Method Detail
-
value
public Double value()
Get the value property: Performance level value.- Returns:
- the value value.
-
unit
public PerformanceLevelUnit unit()
Get the unit property: Unit type used to measure performance level.- Returns:
- the unit value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-