AzureSqlManagedInstanceOperationModel Class

Definition

Represents the core properties of an Managed instance

public class AzureSqlManagedInstanceOperationModel
type AzureSqlManagedInstanceOperationModel = class
Public Class AzureSqlManagedInstanceOperationModel
Inheritance
AzureSqlManagedInstanceOperationModel

Constructors

AzureSqlManagedInstanceOperationModel()

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 or sets the resource ID.

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 the name of the operation performed on.

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.

ResourceGroupName

Gets or sets the resource group name.

StartTime

Gets the operation start time.

State

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

Applies to