Package version:

Get the update summaries for the cluster

interface UpdateSummaries {
    currentOemVersion?: string;
    currentSbeVersion?: string;
    currentVersion?: string;
    hardwareModel?: string;
    healthCheckDate?: any;
    healthCheckResult?: {};
    healthState?: string;
    id?: string;
    lastChecked?: any;
    lastUpdated?: any;
    location?: string;
    name?: string;
    oemFamily?: string;
    packageVersions?: {};
    provisioningState?: string;
    state?: string;
    systemData?: SystemData;
    type?: string;
}

Hierarchy (view full)

Properties

currentOemVersion?: string

Current OEM Version.

currentSbeVersion?: string

Current Sbe version of the stamp.

currentVersion?: string

Current Solution Bundle version of the stamp.

hardwareModel?: string

Name of the hardware model.

healthCheckDate?: any

Last time the package-specific checks were run.

healthCheckResult?: {}

An array of pre-check result 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}

lastChecked?: any

Last time the update service successfully checked for updates

lastUpdated?: any

Last time an update installation completed successfully.

location?: string

The geo-location where the resource lives

name?: string

The name of the resource

oemFamily?: string

OEM family name.

packageVersions?: {}

Current version of each updatable component.

provisioningState?: string

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

state?: string

Overall update state of the stamp. Indicates the current status of update deployment across the stamp, including preparation, application, 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"