次の方法で共有


ElasticPoolActivityProperties Class

Definition

Represents the properties of an Azure SQL Database Elastic Pool.

public class ElasticPoolActivityProperties
type ElasticPoolActivityProperties = class
Public Class ElasticPoolActivityProperties
Inheritance
ElasticPoolActivityProperties

Constructors

ElasticPoolActivityProperties()

Initializes a new instance of the ElasticPoolActivityProperties class.

Properties

ElasticPoolName

Optional. Gets the name of the Elastic Pool.

EndTime

Optional. Gets the time the operation finished.

ErrorCode

Optional. Gets the error code if available.

ErrorMessage

Optional. Gets the error message if available.

ErrorSeverity

Optional. Gets the error severity if available.

Operation

Optional. Gets the operation name.

OperationId

Optional. Gets the unique operation ID.

PercentComplete

Optional. Gets the percentage complete if available.

RequestedDatabaseDtuMax

Optional. Gets the requested max DTU per database if available.

RequestedDatabaseDtuMin

Optional. Gets the requested min DTU per database if available.

RequestedDtu

Optional. Gets the requested DTU for the pool if available.

RequestedElasticPoolName

Optional. Gets the requested name for the Elastic Pool if available.

RequestedStorageLimitInGB

Optional. Gets the requested storage limit for the pool in GB if available.

ServerName

Optional. Gets the name of the Azure Sql Database Server the Elastic Pool is in.

StartTime

Optional. Gets the time the operation started.

State

Optional. Gets the current state of the operation.

Applies to