ServiceObjectiveCapability interface
The service objectives capability.
Properties
| compute |
The compute model |
| id | The unique ID of the service objective. |
| included |
The included (free) max size. |
| name | The service objective name. |
| performance |
The performance level. |
| reason | The reason for the capability not being available. |
| sku | The sku. |
| status | The status of the capability. |
| supported |
Supported time range for auto pause delay |
| supported |
List of supported free limit exhaustion behaviors |
| supported |
List of supported license types. |
| supported |
List of supported maintenance configurations |
| supported |
The list of supported maximum database sizes. |
| supported |
List of supported min capacities |
| supported |
List of supported availability zones |
| zone |
Whether or not zone pinning is supported. |
| zone |
Whether or not zone redundancy is supported for the service objective. |
Property Details
computeModel
The compute model
computeModel?: string
Property Value
string
id
The unique ID of the service objective.
id?: string
Property Value
string
includedMaxSize
name
The service objective name.
name?: string
Property Value
string
performanceLevel
The performance level.
performanceLevel?: PerformanceLevelCapability
Property Value
reason
The reason for the capability not being available.
reason?: string
Property Value
string
sku
status
supportedAutoPauseDelay
Supported time range for auto pause delay
supportedAutoPauseDelay?: AutoPauseDelayTimeRange
Property Value
supportedFreeLimitExhaustionBehaviors
List of supported free limit exhaustion behaviors
supportedFreeLimitExhaustionBehaviors?: FreeLimitExhaustionBehaviorCapability[]
Property Value
supportedLicenseTypes
List of supported license types.
supportedLicenseTypes?: LicenseTypeCapability[]
Property Value
supportedMaintenanceConfigurations
List of supported maintenance configurations
supportedMaintenanceConfigurations?: MaintenanceConfigurationCapability[]
Property Value
supportedMaxSizes
The list of supported maximum database sizes.
supportedMaxSizes?: MaxSizeRangeCapability[]
Property Value
supportedMinCapacities
List of supported min capacities
supportedMinCapacities?: MinCapacityCapability[]
Property Value
supportedZones
List of supported availability zones
supportedZones?: ZonePinningCapability[]
Property Value
zonePinning
Whether or not zone pinning is supported.
zonePinning?: boolean
Property Value
boolean
zoneRedundant
Whether or not zone redundancy is supported for the service objective.
zoneRedundant?: boolean
Property Value
boolean