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
fun GetUpdateRunResult(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)