Package version:

Update details

interface Update {
    additionalProperties?: string;
    availabilityType?: string;
    componentVersions?: {};
    description?: string;
    displayName?: string;
    healthCheckDate?: any;
    healthCheckResult?: {};
    healthState?: string;
    id?: string;
    installedDate?: any;
    location?: string;
    minSbeVersionRequired?: string;
    name?: string;
    packagePath?: string;
    packageSizeInMb?: number;
    packageType?: string;
    prerequisites?: {};
    provisioningState?: string;
    publisher?: string;
    rebootRequired?: string;
    releaseLink?: string;
    state?: string;
    systemData?: SystemData;
    type?: string;
    updateStateProperties?: UpdateStateProperties;
    version?: string;
}

Hierarchy (view full)

Properties

additionalProperties?: string

Extensible KV pairs serialized as a string. This is currently used to report the stamp OEM family and hardware model information when an update is flagged as Invalid for the stamp based on OEM type.

availabilityType?: string

Indicates how the update content is made available for download. This determines whether the update is sourced locally, from an online repository, or requires user notification.

componentVersions?: {}

An array of component versions for a Solution Bundle update, and an empty array otherwise.

description?: string

Description of the update.

displayName?: string

Display name of the Update

healthCheckDate?: any

Last time the package-specific checks were run.

healthCheckResult?: {}

An array of PrecheckResult objects.

healthState?: string

Overall health state for update-specific health checks.

id?: string

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

installedDate?: any

Date that the update was installed.

location?: string

The geo-location where the resource lives

minSbeVersionRequired?: string

Minimum Sbe Version of the update.

name?: string

The name of the resource

packagePath?: string

Path where the update package is available.

packageSizeInMb?: number

Size of the package. This value is a combination of the size from update metadata and size of the payload that results from the live scan operation for OS update content.

packageType?: string

Customer-visible type of the update.

prerequisites?: {}

If update State is HasPrerequisite, this property contains an array of objects describing prerequisite updates before installing this update. Otherwise, it is empty.

provisioningState?: string

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

publisher?: string

Publisher of the update package.

rebootRequired?: string

Indicates whether a reboot is required after the update or operation. Helps determine if a system restart is necessary to complete the process.

releaseLink?: string

Link to release notes for the update.

state?: string

Represents the current state of the update as it relates to this stamp. This includes phases such as preparation, installation, scanning, and error handling, providing insight into the update's progress and any issues encountered.

systemData?: SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

type?: string

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

updateStateProperties?: UpdateStateProperties

Additional information regarding the state of the update. See definition of UpdateStateProperties type below for more details on this property.

version?: string

Version of the update.