GetUpdateRunResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

More detailed description of the step.

Link copied to clipboard
val duration: String? = null

Duration of the update run.

Link copied to clipboard
val endTimeUtc: String? = null

When the step reached a terminal state.

Link copied to clipboard
val errorMessage: String? = null

Error message, specified if the step is in a failed state.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard
val lastUpdatedTime: String? = null

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
val location: String? = null

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

Provisioning state of the UpdateRuns proxy resource.

Link copied to clipboard
val startTimeUtc: String? = null

When the step started, or empty if it has not started executing.

Link copied to clipboard
val state: String? = null

State of the update run.

Link copied to clipboard
val status: String? = null

Status of the step, bubbled up from the ECE action plan for installation attempts. Values are: 'Success', 'Error', 'InProgress', and 'Unknown status'.

Link copied to clipboard
val steps: List<StepResponse>? = null

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
val timeStarted: String? = null

Timestamp of the update run was started.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"