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. NOTE: This property will not be serialized. It can only be populated by the server. |
| state | Overall update state of the stamp. |
Inherited Properties
| id | Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" NOTE: This property will not be serialized. It can only be populated by the server. |
| name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server. |
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. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
state
Overall update state of the stamp.
state?: string
Property Value
string
Inherited Property Details
id
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyResource.id
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyResource.name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyResource.type