你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ElasticPoolOperation 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
弹性池操作。
[Microsoft.Rest.Serialization.JsonTransformation]
public class ElasticPoolOperation : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ElasticPoolOperation = class
inherit ProxyResource
Public Class ElasticPoolOperation
Inherits ProxyResource
- 继承
- 属性
构造函数
ElasticPoolOperation() |
初始化 ElasticPoolOperation 类的新实例。 |
ElasticPoolOperation(String, String, String, String, String, String, Nullable<Int32>, String, Nullable<DateTime>, String, Nullable<Int32>, String, Nullable<Int32>, Nullable<Boolean>, Nullable<DateTime>, String, Nullable<Boolean>) |
初始化 ElasticPoolOperation 类的新实例。 |
属性
Description |
获取操作说明。 |
ElasticPoolName |
获取正在其上执行操作的弹性池的名称。 |
ErrorCode |
获取操作错误代码。 |
ErrorDescription |
获取操作错误说明。 |
ErrorSeverity |
获取操作错误严重性。 |
EstimatedCompletionTime |
获取操作的估计完成时间。 |
Id |
获取资源 ID。 (继承自 Resource) |
IsCancellable |
获取是否可以取消操作。 |
IsUserError |
获取错误是否为用户错误。 |
Name |
获取资源名称。 (继承自 Resource) |
Operation |
获取操作的名称。 |
OperationFriendlyName |
获取操作的友好名称。 |
PercentComplete |
获取操作已完成的百分比。 |
ServerName |
获取服务器的名称。 |
StartTime |
获取操作开始时间。 |
State |
获取操作状态。 |
Type |
获取资源类型。 (继承自 Resource) |