ManagedInstanceOperation Class

Definition

A managed instance operation.

[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
Inheritance
ManagedInstanceOperation
Attributes

Constructors

ManagedInstanceOperation()

Initializes a new instance of the ManagedInstanceOperation class.

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)

Initializes a new instance of the ManagedInstanceOperation class.

Properties

Description

Gets the operation description.

ErrorCode

Gets the operation error code.

ErrorDescription

Gets the operation error description.

ErrorSeverity

Gets the operation error severity.

EstimatedCompletionTime

Gets the estimated completion time of the operation.

Id

Gets resource ID.

(Inherited from Resource)
IsCancellable

Gets whether the operation can be cancelled.

IsUserError

Gets whether or not the error is a user error.

ManagedInstanceName

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

Name

Gets resource name.

(Inherited from Resource)
Operation

Gets the name of operation.

OperationFriendlyName

Gets the friendly name of operation.

OperationParameters

Gets the operation parameters.

OperationSteps

Gets the operation steps.

PercentComplete

Gets the percentage of the operation completed.

StartTime

Gets the operation start time.

State

Gets the operation state. Possible values include: 'Pending', 'InProgress', 'Succeeded', 'Failed', 'CancelInProgress', 'Cancelled'

Type

Gets resource type.

(Inherited from Resource)

Applies to