ServiceObjectiveCapability Class

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

public class ServiceObjectiveCapability

The service objectives capability.

Method Summary

Modifier and Type Method and Description
UUID id()

Get the unique ID of the service objective.

MaxSizeCapability includedMaxSize()

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

String name()

Get the service objective name.

CapabilityStatus status()

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

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. Possible values include: 'DTU'.

Integer value()

Get performance level value.

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