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.ProxyResource
ElasticPoolDatabaseActivity

Constructor

ElasticPoolDatabaseActivity(*, location: str | None = None, **kwargs)

Parameters

Name Description
location
Required
str

The geo-location where the resource lives.

Keyword-Only Parameters

Name Description
location
Required

Variables

Name Description
id
str

Resource ID.

name
str

Resource name.

type
str

Resource type.

database_name
str

The database name.

end_time

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_elastic_pool_name
str

The name for the elastic pool the database is moving into if available.

current_elastic_pool_name
str

The name of the current elastic pool the database is in if available.

current_service_objective
str

The name of the current service objective if available.

requested_service_objective
str

The name of the requested service objective if available.

server_name
str

The name of the server the elastic pool is in.

start_time

The time the operation started (ISO8601 format).

state
str

The current state of the operation.