ElasticPoolEditionCapability Class

  • java.lang.Object
    • com.microsoft.azure.management.sql.ElasticPoolEditionCapability

public class ElasticPoolEditionCapability

The elastic pool edition capabilities.

Constructor Summary

Constructor Description
ElasticPoolEditionCapability()

Method Summary

Modifier and Type Method and Description
java.lang.String name()

Get the elastic pool edition name.

CapabilityStatus status()

Get the status of the elastic pool edition.

java.util.List<ElasticPoolDtuCapability> supportedElasticPoolDtus()

Get the list of supported elastic pool DTU levels for the edition.

java.lang.Boolean zoneRedundant()

Get whether or not zone redundancy is supported for the edition.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ElasticPoolEditionCapability

public ElasticPoolEditionCapability()

Method Details

name

public String name()

Get the elastic pool edition name.

Returns:

the name value

status

public CapabilityStatus status()

Get the status of the elastic pool edition. Possible values include: 'Visible', 'Available', 'Default', 'Disabled'.

Returns:

the status value

supportedElasticPoolDtus

public List supportedElasticPoolDtus()

Get the list of supported elastic pool DTU levels for the edition.

Returns:

the supportedElasticPoolDtus value

zoneRedundant

public Boolean zoneRedundant()

Get whether or not zone redundancy is supported for the edition.

Returns:

the zoneRedundant value

Applies to