ServiceObjectiveCapability Class
The service objectives capability.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
msrest.serialization.ModelServiceObjectiveCapability
Constructor
ServiceObjectiveCapability(*, reason: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
reason
Required
|
The reason for the capability not being available. |
Keyword-Only Parameters
Name | Description |
---|---|
reason
Required
|
|
Variables
Name | Description |
---|---|
id
|
The unique ID of the service objective. |
name
|
The service objective name. |
supported_max_sizes
|
The list of supported maximum database sizes. |
performance_level
|
The performance level. |
sku
|
The sku. |
supported_license_types
|
List of supported license types. |
included_max_size
|
The included (free) max size. |
zone_redundant
|
Whether or not zone redundancy is supported for the service objective. |
supported_auto_pause_delay
|
Supported time range for auto pause delay. |
supported_min_capacities
|
List of supported min capacities. |
compute_model
|
The compute model. |
supported_maintenance_configurations
|
List of supported maintenance configurations. |
status
|
The status of the capability. Possible values include: "Visible", "Available", "Default", "Disabled". |
Azure SDK for Python