你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ElasticPoolDatabaseActivityProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the properties of an Azure SQL Database Elastic Pool Database Activity.
public class ElasticPoolDatabaseActivityProperties
type ElasticPoolDatabaseActivityProperties = class
Public Class ElasticPoolDatabaseActivityProperties
- Inheritance
-
ElasticPoolDatabaseActivityProperties
Constructors
ElasticPoolDatabaseActivityProperties() |
Initializes a new instance of the ElasticPoolDatabaseActivityProperties class. |
Properties
CurrentElasticPoolName |
Optional. Gets the name of the current Elastic Pool the database is in if available. |
CurrentServiceObjectiveName |
Optional. Gets the name of the current service objective if available. |
DatabaseName |
Optional. Gets the database name. |
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. |
RequestedElasticPoolName |
Optional. Gets the name for the Elastic Pool the database is moving into if available. |
RequestedServiceObjectiveName |
Optional. Gets the name of the requested service objective 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. |