Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

AzureSqlManagedInstanceOperationModel Class

Definition

Namespace:
Microsoft.Azure.Commands.Sql.ManagedInstanceOperation.Model
Assembly:
Microsoft.Azure.PowerShell.Cmdlets.Sql.dll

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Represents the core properties of an Managed instance

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

Constructors

Name Description
AzureSqlManagedInstanceOperationModel()

Properties

Name Description
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