StepOperationInfo interface  
Detailed information of a specific step run.
Properties
| correlation | 
	Unique identifier to track the request for ARM-based resources. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| deployment | 
	The name of the ARM deployment initiated as part of the step. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| end | 
	End time of the action in UTC. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| error | The errors, if any, for the action.  | 
| last | 
	Last time in UTC this operation was updated. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| start | 
	Start time of the action in UTC. NOTE: This property will not be serialized. It can only be populated by the server.  | 
Property Details
		correlationId
	 
	Unique identifier to track the request for ARM-based resources. NOTE: This property will not be serialized. It can only be populated by the server.
correlationId?: string
				Property Value
string
		deploymentName
	 
	The name of the ARM deployment initiated as part of the step. NOTE: This property will not be serialized. It can only be populated by the server.
deploymentName?: string
				Property Value
string
		endTime
	 
	End time of the action in UTC. NOTE: This property will not be serialized. It can only be populated by the server.
endTime?: Date
				Property Value
Date
error
		lastUpdatedTime
	  
	Last time in UTC this operation was updated. NOTE: This property will not be serialized. It can only be populated by the server.
lastUpdatedTime?: Date
				Property Value
Date
		startTime
	 
	Start time of the action in UTC. NOTE: This property will not be serialized. It can only be populated by the server.
startTime?: Date
				Property Value
Date