public final class ElasticPoolPerDatabaseMaxPerformanceLevelCapability extends Object
| Constructor and Description |
|---|
ElasticPoolPerDatabaseMaxPerformanceLevelCapability() |
| Modifier and Type | Method and Description |
|---|---|
Double |
limit()
Get the limit property: The maximum 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.
|
List<ElasticPoolPerDatabaseMinPerformanceLevelCapability> |
supportedPerDatabaseMinPerformanceLevels()
Get the supportedPerDatabaseMinPerformanceLevels property: The list of supported min database performance levels.
|
PerformanceLevelUnit |
unit()
Get the unit property: Unit type used to measure performance level.
|
void |
validate()
Validates the instance.
|
ElasticPoolPerDatabaseMaxPerformanceLevelCapability |
withReason(String reason)
Set the reason property: The reason for the capability not being available.
|
public ElasticPoolPerDatabaseMaxPerformanceLevelCapability()
public Double limit()
public PerformanceLevelUnit unit()
public List<ElasticPoolPerDatabaseMinPerformanceLevelCapability> supportedPerDatabaseMinPerformanceLevels()
public CapabilityStatus status()
public String reason()
public ElasticPoolPerDatabaseMaxPerformanceLevelCapability 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.