ElasticPoolDtuCapability Class

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

public class ElasticPoolDtuCapability

The Elastic Pool DTU capability.

Constructor Summary

Constructor Description
ElasticPoolDtuCapability()

Method Summary

Modifier and Type Method and Description
MaxSizeCapability includedMaxSize()

Get the included (free) max size for this service level objective.

java.lang.Long limit()

Get the maximum size of the database (see 'unit' for the units).

java.lang.Long maxDatabaseCount()

Get the maximum number of databases supported.

CapabilityStatus status()

Get the status of the capability.

java.util.List<MaxSizeCapability> supportedMaxSizes()

Get the list of supported max sizes.

java.util.List<ElasticPoolPerDatabaseMaxDtuCapability> supportedPerDatabaseMaxDtus()

Get the list of supported max database DTUs.

java.util.List<MaxSizeCapability> supportedPerDatabaseMaxSizes()

Get the list of supported max database sizes.

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

ElasticPoolDtuCapability

public ElasticPoolDtuCapability()

Method Details

includedMaxSize

public MaxSizeCapability includedMaxSize()

Get the included (free) max size for this service level objective.

Returns:

the includedMaxSize value

limit

public Long limit()

Get the maximum size of the database (see 'unit' for the units).

Returns:

the limit value

maxDatabaseCount

public Long maxDatabaseCount()

Get the maximum number of databases supported.

Returns:

the maxDatabaseCount value

status

public CapabilityStatus status()

Get the status of the capability. Possible values include: 'Visible', 'Available', 'Default', 'Disabled'.

Returns:

the status value

supportedMaxSizes

public List supportedMaxSizes()

Get the list of supported max sizes.

Returns:

the supportedMaxSizes value

supportedPerDatabaseMaxDtus

public List supportedPerDatabaseMaxDtus()

Get the list of supported max database DTUs.

Returns:

the supportedPerDatabaseMaxDtus value

supportedPerDatabaseMaxSizes

public List supportedPerDatabaseMaxSizes()

Get the list of supported max database sizes.

Returns:

the supportedPerDatabaseMaxSizes value

Applies to