UpdateSummaries interface
Get the update summaries for the cluster
- Extends
Properties
| current |
Current OEM Version. |
| current |
Current Sbe version of the stamp. |
| current |
Current Solution Bundle version of the stamp. |
| hardware |
Name of the hardware model. |
| health |
Last time the package-specific checks were run. |
| health |
An array of pre-check result objects. |
| health |
Overall health state for update-specific health checks. |
| last |
Last time the update service successfully checked for updates |
| last |
Last time an update installation completed successfully. |
| location | The geo-location where the resource lives |
| oem |
OEM family name. |
| package |
Current version of each updatable component. |
| provisioning |
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 | Overall update state of the stamp. Indicates the current status of update deployment across the stamp, including preparation, application, and any issues encountered. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
currentOemVersion
Current OEM Version.
currentOemVersion?: string
Property Value
string
currentSbeVersion
Current Sbe version of the stamp.
currentSbeVersion?: string
Property Value
string
currentVersion
Current Solution Bundle version of the stamp.
currentVersion?: string
Property Value
string
hardwareModel
Name of the hardware model.
hardwareModel?: string
Property Value
string
healthCheckDate
Last time the package-specific checks were run.
healthCheckDate?: Date
Property Value
Date
healthCheckResult
An array of pre-check result objects.
healthCheckResult?: PrecheckResult[]
Property Value
healthState
Overall health state for update-specific health checks.
healthState?: string
Property Value
string
lastChecked
Last time the update service successfully checked for updates
lastChecked?: Date
Property Value
Date
lastUpdated
Last time an update installation completed successfully.
lastUpdated?: Date
Property Value
Date
location
The geo-location where the resource lives
location?: string
Property Value
string
oemFamily
OEM family name.
oemFamily?: string
Property Value
string
packageVersions
Current version of each updatable component.
packageVersions?: PackageVersionInfo[]
Property Value
provisioningState
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.
provisioningState?: string
Property Value
string
state
Overall update state of the stamp. Indicates the current status of update deployment across the stamp, including preparation, application, and any issues encountered.
state?: string
Property Value
string
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type