ServiceObjectiveCapability Class
- java.
lang. Object - com.
microsoft. azure. management. sql. ServiceObjectiveCapability
- com.
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. |
Max |
includedMaxSize()
Get the included (free) max size for this service level objective. |
String |
name()
Get the service objective name. |
Capability |
status()
Get the status of the service objective. Possible values include: 'Visible', 'Available', 'Default', 'Disabled'. |
List<Max |
supportedMaxSizes()
Get the list of supported maximum database sizes for this service objective. |
Performance |
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:
includedMaxSize
public MaxSizeCapability includedMaxSize()
Get the included (free) max size for this service level objective.
Returns:
name
public String name()
Get the service objective name.
Returns:
status
public CapabilityStatus status()
Get the status of the service objective. Possible values include: 'Visible', 'Available', 'Default', 'Disabled'.
Returns:
supportedMaxSizes
public List
Get the list of supported maximum database sizes for this service objective.
Returns:
unit
public PerformanceLevelUnit unit()
Get unit type used to measure service objective performance level. Possible values include: 'DTU'.
Returns:
value
public Integer value()
Get performance level value.
Returns:
Applies to
Azure SDK for Java