ServiceObjectiveCapability Class

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

public class ServiceObjectiveCapability

The service objectives capability.

Constructor Summary

Constructor Description
ServiceObjectiveCapability()

Method Summary

Modifier and Type Method and Description
java.util.UUID id()

Get the unique ID of the service objective.

MaxSizeCapability includedMaxSize()

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

java.lang.String name()

Get the service objective name.

CapabilityStatus status()

Get the status of the service objective.

java.util.List<MaxSizeCapability> supportedMaxSizes()

Get the list of supported maximum database sizes for this service objective.

PerformanceLevelUnit unit()

Get unit type used to measure service objective performance level.

java.lang.Integer value()

Get performance level value.

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

ServiceObjectiveCapability

public ServiceObjectiveCapability()

Method Details

id

public UUID id()

Get the unique ID of the service objective.

Returns:

the id value

includedMaxSize

public MaxSizeCapability includedMaxSize()

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

Returns:

the includedMaxSize value

name

public String name()

Get the service objective name.

Returns:

the name value

status

public CapabilityStatus status()

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

Returns:

the status value

supportedMaxSizes

public List supportedMaxSizes()

Get the list of supported maximum database sizes for this service objective.

Returns:

the supportedMaxSizes value

unit

public PerformanceLevelUnit unit()

Get unit type used to measure service objective performance level. Possible values include: 'DTU'.

Returns:

the unit value

value

public Integer value()

Get performance level value.

Returns:

the value value

Applies to