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

ManagedInstanceOperation 类

定义

托管实例操作。

[Microsoft.Rest.Serialization.JsonTransformation]
public class ManagedInstanceOperation : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ManagedInstanceOperation = class
    inherit ProxyResource
Public Class ManagedInstanceOperation
Inherits ProxyResource
继承
ManagedInstanceOperation
属性

构造函数

ManagedInstanceOperation()

初始化 ManagedInstanceOperation 类的新实例。

ManagedInstanceOperation(String, String, String, String, String, String, Nullable<Int32>, Nullable<DateTime>, String, Nullable<Int32>, String, Nullable<Int32>, Nullable<Boolean>, Nullable<DateTime>, String, Nullable<Boolean>, ManagedInstanceOperationParametersPair, ManagedInstanceOperationSteps)

初始化 ManagedInstanceOperation 类的新实例。

属性

Description

获取操作说明。

ErrorCode

获取操作错误代码。

ErrorDescription

获取操作错误说明。

ErrorSeverity

获取操作错误严重性。

EstimatedCompletionTime

获取操作的估计完成时间。

Id

获取资源 ID。

(继承自 Resource)
IsCancellable

获取是否可以取消操作。

IsUserError

获取错误是否为用户错误。

ManagedInstanceName

获取正在其上执行操作的托管实例的名称。

Name

获取资源名称。

(继承自 Resource)
Operation

获取操作的名称。

OperationFriendlyName

获取操作的友好名称。

OperationParameters

获取操作参数。

OperationSteps

获取操作步骤。

PercentComplete

获取操作已完成的百分比。

StartTime

获取操作开始时间。

State

获取操作状态。 可能的值包括:“Pending”、“InProgress”、“Succeeded”、“Failed”、“CancelInProgress”、“Canceled”

Type

获取资源类型。

(继承自 Resource)

适用于