StepOperationInfoResponse

data class StepOperationInfoResponse(val correlationId: String, val deploymentName: String, val endTime: String, val error: CloudErrorBodyResponse? = null, val lastUpdatedTime: String, val startTime: String)

Detailed information of a specific step run.

Constructors

Link copied to clipboard
constructor(correlationId: String, deploymentName: String, endTime: String, error: CloudErrorBodyResponse? = null, lastUpdatedTime: String, startTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Unique identifier to track the request for ARM-based resources.

Link copied to clipboard

The name of the ARM deployment initiated as part of the step.

Link copied to clipboard

End time of the action in UTC.

Link copied to clipboard

The errors, if any, for the action.

Link copied to clipboard

Last time in UTC this operation was updated.

Link copied to clipboard

Start time of the action in UTC.