Sdílet prostřednictvím


StepOperationInfo interface

Detailed information of a specific step run.

Properties

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.

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.

endTime

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.

lastUpdatedTime

Last time in UTC this operation was updated. NOTE: This property will not be serialized. It can only be populated by the server.

startTime

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

The errors, if any, for the action.

error?: CloudErrorBody

Property Value

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