PerformanceLevelCapability Class
- java.
lang. Object - com.
azure. resourcemanager. sql. models. PerformanceLevelCapability
- com.
Implements
public final class PerformanceLevelCapability
implements JsonSerializable<PerformanceLevelCapability>
The performance level capability.
Constructor Summary
Constructor | Description |
---|---|
PerformanceLevelCapability() |
Creates an instance of Performance |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Performance |
fromJson(JsonReader jsonReader)
Reads an instance of Performance |
Json |
toJson(JsonWriter jsonWriter) |
Performance |
unit()
Get the unit property: Unit type used to measure performance level. |
void |
validate()
Validates the instance. |
Double |
value()
Get the value property: Performance level value. |
Methods inherited from java.lang.Object
Constructor Details
PerformanceLevelCapability
public PerformanceLevelCapability()
Creates an instance of PerformanceLevelCapability class.
Method Details
fromJson
public static PerformanceLevelCapability fromJson(JsonReader jsonReader)
Reads an instance of PerformanceLevelCapability from the JsonReader.
Parameters:
Returns:
Throws:
toJson
unit
public PerformanceLevelUnit unit()
Get the unit property: Unit type used to measure performance level.
Returns:
validate
public void validate()
Validates the instance.
value
public Double value()
Get the value property: Performance level value.
Returns:
Applies to
Azure SDK for Java