ElasticPoolDatabaseActivity 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.ProxyResourceElasticPoolDatabaseActivity
Constructor
ElasticPoolDatabaseActivity(*, 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. |
database_name
|
The database name. |
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_elastic_pool_name
|
The name for the elastic pool the database is moving into if available. |
current_elastic_pool_name
|
The name of the current elastic pool the database is in if available. |
current_service_objective
|
The name of the current service objective if available. |
requested_service_objective
|
The name of the requested service objective if available. |
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. |
Azure SDK for Python