ServiceObjectiveCapability interface
The service objectives capability.
Properties
compute |
The compute model NOTE: This property will not be serialized. It can only be populated by the server. |
id | The unique ID of the service objective. NOTE: This property will not be serialized. It can only be populated by the server. |
included |
The included (free) max size. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The service objective name. NOTE: This property will not be serialized. It can only be populated by the server. |
performance |
The performance level. NOTE: This property will not be serialized. It can only be populated by the server. |
reason | The reason for the capability not being available. |
sku | The sku. NOTE: This property will not be serialized. It can only be populated by the server. |
status | The status of the capability. NOTE: This property will not be serialized. It can only be populated by the server. |
supported |
Supported time range for auto pause delay NOTE: This property will not be serialized. It can only be populated by the server. |
supported |
List of supported license types. NOTE: This property will not be serialized. It can only be populated by the server. |
supported |
List of supported maintenance configurations NOTE: This property will not be serialized. It can only be populated by the server. |
supported |
The list of supported maximum database sizes. NOTE: This property will not be serialized. It can only be populated by the server. |
supported |
List of supported min capacities NOTE: This property will not be serialized. It can only be populated by the server. |
zone |
Whether or not zone redundancy is supported for the service objective. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
computeModel
The compute model NOTE: This property will not be serialized. It can only be populated by the server.
computeModel?: string
Property Value
string
id
The unique ID of the service objective. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
includedMaxSize
The included (free) max size. NOTE: This property will not be serialized. It can only be populated by the server.
includedMaxSize?: MaxSizeCapability
Property Value
name
The service objective name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
performanceLevel
The performance level. NOTE: This property will not be serialized. It can only be populated by the server.
performanceLevel?: PerformanceLevelCapability
Property Value
reason
The reason for the capability not being available.
reason?: string
Property Value
string
sku
The sku. NOTE: This property will not be serialized. It can only be populated by the server.
sku?: Sku
Property Value
status
The status of the capability. NOTE: This property will not be serialized. It can only be populated by the server.
status?: CapabilityStatus
Property Value
supportedAutoPauseDelay
Supported time range for auto pause delay NOTE: This property will not be serialized. It can only be populated by the server.
supportedAutoPauseDelay?: AutoPauseDelayTimeRange
Property Value
supportedLicenseTypes
List of supported license types. NOTE: This property will not be serialized. It can only be populated by the server.
supportedLicenseTypes?: LicenseTypeCapability[]
Property Value
supportedMaintenanceConfigurations
List of supported maintenance configurations NOTE: This property will not be serialized. It can only be populated by the server.
supportedMaintenanceConfigurations?: MaintenanceConfigurationCapability[]
Property Value
supportedMaxSizes
The list of supported maximum database sizes. NOTE: This property will not be serialized. It can only be populated by the server.
supportedMaxSizes?: MaxSizeRangeCapability[]
Property Value
supportedMinCapacities
List of supported min capacities NOTE: This property will not be serialized. It can only be populated by the server.
supportedMinCapacities?: MinCapacityCapability[]
Property Value
zoneRedundant
Whether or not zone redundancy is supported for the service objective. NOTE: This property will not be serialized. It can only be populated by the server.
zoneRedundant?: boolean
Property Value
boolean