public final class ElasticPoolPerDatabaseMinPerformanceLevelCapability extends Object
| Constructor and Description |
|---|
ElasticPoolPerDatabaseMinPerformanceLevelCapability() |
| Modifier and Type | Method and Description |
|---|---|
Double |
limit()
Get the limit property: The minimum performance level per database.
|
String |
reason()
Get the reason property: The reason for the capability not being available.
|
CapabilityStatus |
status()
Get the status property: The status of the capability.
|
PerformanceLevelUnit |
unit()
Get the unit property: Unit type used to measure performance level.
|
void |
validate()
Validates the instance.
|
ElasticPoolPerDatabaseMinPerformanceLevelCapability |
withReason(String reason)
Set the reason property: The reason for the capability not being available.
|
public ElasticPoolPerDatabaseMinPerformanceLevelCapability()
public Double limit()
public PerformanceLevelUnit unit()
public CapabilityStatus status()
public String reason()
public ElasticPoolPerDatabaseMinPerformanceLevelCapability withReason(String reason)
reason - the reason value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.