你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

Constructor

ElasticPoolActivity(*, 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.

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_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

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.