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

ManagedInstanceOperation Class

A managed instance operation.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.sql.models._models_py3.ProxyResource
ManagedInstanceOperation

Constructor

ManagedInstanceOperation(**kwargs)

Variables

Name Description
id
str

Resource ID.

name
str

Resource name.

type
str

Resource type.

managed_instance_name
str

The name of the managed instance the operation is being performed on.

operation
str

The name of operation.

operation_friendly_name
str

The friendly name of operation.

percent_complete
int

The percentage of the operation completed.

start_time

The operation start time.

state

The operation state. Possible values include: "Pending", "InProgress", "Succeeded", "Failed", "CancelInProgress", "Cancelled".

error_code
int

The operation error code.

error_description
str

The operation error description.

error_severity
int

The operation error severity.

is_user_error

Whether or not the error is a user error.

estimated_completion_time

The estimated completion time of the operation.

description
str

The operation description.

is_cancellable

Whether the operation can be cancelled.

operation_parameters

The operation parameters.

operation_steps

The operation steps.