ElasticPoolActivity Class
Represents the activity on an elastic pool.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.sql.models._models_py3.ProxyResourceElasticPoolActivity
Constructor
ElasticPoolActivity(*, location: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
location
Required
|
The geo-location where the resource lives. |
Keyword-Only Parameters
Name | Description |
---|---|
location
Required
|
|
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
end_time
|
The time the operation finished (ISO8601 format). |
error_code
|
The error code if available. |
error_message
|
The error message if available. |
error_severity
|
The error severity if available. |
operation
|
The operation name. |
operation_id
|
The unique operation ID. |
percent_complete
|
The percentage complete if available. |
requested_database_dtu_max
|
The requested max DTU per database if available. |
requested_database_dtu_min
|
The requested min DTU per database if available. |
requested_dtu
|
The requested DTU for the pool if available. |
requested_elastic_pool_name
|
The requested name for the elastic pool if available. |
requested_storage_limit_in_gb
|
<xref:long>
The requested storage limit for the pool in GB if available. |
elastic_pool_name
|
The name of the elastic pool. |
server_name
|
The name of the server the elastic pool is in. |
start_time
|
The time the operation started (ISO8601 format). |
state
|
The current state of the operation. |
requested_storage_limit_in_mb
|
The requested storage limit in MB. |
requested_database_dtu_guarantee
|
The requested per database DTU guarantee. |
requested_database_dtu_cap
|
The requested per database DTU cap. |
requested_dtu_guarantee
|
The requested DTU guarantee. |
Azure SDK for Python