Share via


UpdateRunData Class

Definition

A class representing the UpdateRun data model. Details of an Update run

public class UpdateRunData : Azure.ResourceManager.Models.ResourceData
type UpdateRunData = class
    inherit ResourceData
Public Class UpdateRunData
Inherits ResourceData
Inheritance
UpdateRunData

Constructors

UpdateRunData()

Initializes a new instance of UpdateRunData.

Properties

Description

More detailed description of the step.

Duration

Duration of the update run.

EndTimeUtc

When the step reached a terminal state.

ErrorMessage

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

Id

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

(Inherited from ResourceData)
LastUpdatedOn

Timestamp of the most recently completed step in the update run.

LastUpdatedTimeUtc

Completion time of this step or the last completed sub-step.

Location

The geo-location where the resource lives.

Name

The name of the resource.

(Inherited from ResourceData)
NamePropertiesProgressName

Name of the step.

ProvisioningState

Provisioning state of the UpdateRuns proxy resource.

ResourceType

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

(Inherited from ResourceData)
StartTimeUtc

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

State

State of the update run.

Status

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

Steps

Recursive model for child steps of this step.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
TimeStarted

Timestamp of the update run was started.

Applies to