public final class ElasticPoolEditionCapability extends Object
| Constructor and Description |
|---|
ElasticPoolEditionCapability() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get the name property: The elastic pool edition name.
|
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<ElasticPoolPerformanceLevelCapability> |
supportedElasticPoolPerformanceLevels()
Get the supportedElasticPoolPerformanceLevels property: The list of supported elastic pool DTU levels for the
edition.
|
void |
validate()
Validates the instance.
|
ElasticPoolEditionCapability |
withReason(String reason)
Set the reason property: The reason for the capability not being available.
|
Boolean |
zoneRedundant()
Get the zoneRedundant property: Whether or not zone redundancy is supported for the edition.
|
public String name()
public List<ElasticPoolPerformanceLevelCapability> supportedElasticPoolPerformanceLevels()
public Boolean zoneRedundant()
public CapabilityStatus status()
public String reason()
public ElasticPoolEditionCapability 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.