Package version:

Details of an Update run

interface UpdateRun {
    duration?: string;
    id?: string;
    lastUpdatedTime?: any;
    location?: string;
    name?: string;
    progress?: Step;
    provisioningState?: string;
    state?: string;
    systemData?: SystemData;
    timeStarted?: any;
    type?: string;
}

Hierarchy (view full)

Properties

duration?: string

Duration of the update run.

id?: string

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

lastUpdatedTime?: any

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

location?: string

The geo-location where the resource lives

name?: string

The name of the resource

progress?: Step

Progress representation of the update run steps.

provisioningState?: string

Provisioning state of the UpdateRuns proxy resource. Indicates the current lifecycle status of the update operation, such as whether it has been accepted, is in progress, or has completed.

state?: string

Represents the current state of the update run. Indicates whether the update is in progress, has completed successfully, failed, or is in an unknown state.

systemData?: SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

timeStarted?: any

Timestamp of the update run was started.

type?: string

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