Class ServiceObjectiveCapability
java.lang.Object
com.microsoft.azure.management.sql.ServiceObjectiveCapability
The service objectives capability.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionid()
Get the unique ID of the service objective.Get the included (free) max size for this service level objective.name()
Get the service objective name.status()
Get the status of the service objective.Get the list of supported maximum database sizes for this service objective.unit()
Get unit type used to measure service objective performance level.value()
Get performance level value.
-
Constructor Details
-
ServiceObjectiveCapability
public ServiceObjectiveCapability()
-
-
Method Details
-
name
Get the service objective name.- Returns:
- the name value
-
status
Get the status of the service objective. Possible values include: 'Visible', 'Available', 'Default', 'Disabled'.- Returns:
- the status value
-
unit
Get unit type used to measure service objective performance level. Possible values include: 'DTU'.- Returns:
- the unit value
-
value
Get performance level value.- Returns:
- the value value
-
id
Get the unique ID of the service objective.- Returns:
- the id value
-
supportedMaxSizes
Get the list of supported maximum database sizes for this service objective.- Returns:
- the supportedMaxSizes value
-
includedMaxSize
Get the included (free) max size for this service level objective.- Returns:
- the includedMaxSize value
-