ElasticPoolEditionCapability Class
- java.
lang. Object - com.
microsoft. azure. management. sql. ElasticPoolEditionCapability
- com.
public class ElasticPoolEditionCapability
The elastic pool edition capabilities.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
name()
Get the elastic pool edition name. |
Capability |
status()
Get the status of the elastic pool edition. Possible values include: 'Visible', 'Available', 'Default', 'Disabled'. |
List<Elastic |
supportedElasticPoolDtus()
Get the list of supported elastic pool DTU levels for the edition. |
Boolean |
zoneRedundant()
Get whether or not zone redundancy is supported for the edition. |
Method Details
name
public String name()
Get the elastic pool edition name.
Returns:
status
public CapabilityStatus status()
Get the status of the elastic pool edition. Possible values include: 'Visible', 'Available', 'Default', 'Disabled'.
Returns:
supportedElasticPoolDtus
public List
Get the list of supported elastic pool DTU levels for the edition.
Returns:
zoneRedundant
public Boolean zoneRedundant()
Get whether or not zone redundancy is supported for the edition.
Returns:
Applies to
Azure SDK for Java