ManagedInstanceOperationSteps interface

The steps of a managed instance operation.

Properties

currentStep

The number of current operation steps. NOTE: This property will not be serialized. It can only be populated by the server.

stepsList

The operation steps list. NOTE: This property will not be serialized. It can only be populated by the server.

totalSteps

The total number of operation steps. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

currentStep

The number of current operation steps. NOTE: This property will not be serialized. It can only be populated by the server.

currentStep?: number

Property Value

number

stepsList

The operation steps list. NOTE: This property will not be serialized. It can only be populated by the server.

stepsList?: UpsertManagedServerOperationStep[]

Property Value

totalSteps

The total number of operation steps. NOTE: This property will not be serialized. It can only be populated by the server.

totalSteps?: string

Property Value

string