Get Update Run Result
data class GetUpdateRunResult(val description: String? = null, val duration: String? = null, val endTimeUtc: String? = null, val errorMessage: String? = null, val id: String, val lastUpdatedTime: String? = null, val lastUpdatedTimeUtc: String? = null, val location: String? = null, val name: String, val provisioningState: String, val startTimeUtc: String? = null, val state: String? = null, val status: String? = null, val steps: List<StepResponse>? = null, val systemData: SystemDataResponse, val timeStarted: String? = null, val type: String)
Details of an Update run
Constructors
Link copied to clipboard
constructor(description: String? = null, duration: String? = null, endTimeUtc: String? = null, errorMessage: String? = null, id: String, lastUpdatedTime: String? = null, lastUpdatedTimeUtc: String? = null, location: String? = null, name: String, provisioningState: String, startTimeUtc: String? = null, state: String? = null, status: String? = null, steps: List<StepResponse>? = null, systemData: SystemDataResponse, timeStarted: String? = null, type: String)
Properties
Link copied to clipboard
More detailed description of the step.
Link copied to clipboard
When the step reached a terminal state.
Link copied to clipboard
Error message, specified if the step is in a failed state.
Link copied to clipboard
Timestamp of the most recently completed step in the update run.
Link copied to clipboard
Completion time of this step or the last completed sub-step.
Link copied to clipboard
Provisioning state of the UpdateRuns proxy resource.
Link copied to clipboard
When the step started, or empty if it has not started executing.
Link copied to clipboard
Recursive model for child steps of this step.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Link copied to clipboard
Timestamp of the update run was started.