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: Optional[str] = None, **kwargs)
Parameters
Variables
- id
- str
Resource ID.
- name
- str
Resource name.
- type
- str
Resource type.
- end_time
- datetime
The time the operation finished (ISO8601 format).
- error_code
- int
The error code if available.
- error_message
- str
The error message if available.
- error_severity
- int
The error severity if available.
- operation
- str
The operation name.
- operation_id
- str
The unique operation ID.
- percent_complete
- int
The percentage complete if available.
- requested_database_dtu_max
- int
The requested max DTU per database if available.
- requested_database_dtu_min
- int
The requested min DTU per database if available.
- requested_dtu
- int
The requested DTU for the pool if available.
- requested_elastic_pool_name
- str
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
- str
The name of the elastic pool.
- server_name
- str
The name of the server the elastic pool is in.
- start_time
- datetime
The time the operation started (ISO8601 format).
- state
- str
The current state of the operation.
- requested_storage_limit_in_mb
- int
The requested storage limit in MB.
- requested_database_dtu_guarantee
- int
The requested per database DTU guarantee.
- requested_database_dtu_cap
- int
The requested per database DTU cap.
- requested_dtu_guarantee
- int
The requested DTU guarantee.
Feedback
Submit and view feedback for