UpdateSummaryData Class

Definition

A class representing the UpdateSummary data model. Get the update summaries for the cluster

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

Constructors

UpdateSummaryData()

Initializes a new instance of UpdateSummaryData.

Properties

CurrentVersion

Current Solution Bundle version of the stamp.

HardwareModel

Name of the hardware model.

HealthCheckOn

Last time the package-specific checks were run.

HealthCheckResult

An array of pre-check result objects.

HealthState

Overall health state for update-specific health checks.

Id

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

(Inherited from ResourceData)
LastChecked

Last time the update service successfully checked for updates.

LastUpdated

Last time an update installation completed successfully.

Location

The geo-location where the resource lives.

Name

The name of the resource.

(Inherited from ResourceData)
OemFamily

OEM family name.

PackageVersions

Current version of each updatable component.

ProvisioningState

Provisioning state of the UpdateSummaries proxy resource.

ResourceType

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

(Inherited from ResourceData)
State

Overall update state of the stamp.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Applies to