ManagedInstanceOperationSteps interface   
The steps of a managed instance operation.
Properties
| current | The number of current operation steps. NOTE: This property will not be serialized. It can only be populated by the server. | 
| steps | The operation steps list. NOTE: This property will not be serialized. It can only be populated by the server. | 
| total | 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?: numberProperty 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?: stringProperty Value
string