UpdateSummariesProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties of Update summaries
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.UpdateSummariesPropertiesTypeConverter))]
public class UpdateSummariesProperties : Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IUpdateSummariesProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.UpdateSummariesPropertiesTypeConverter))>]
type UpdateSummariesProperties = class
interface IUpdateSummariesProperties
interface IJsonSerializable
Public Class UpdateSummariesProperties
Implements IUpdateSummariesProperties
- Inheritance
-
UpdateSummariesProperties
- Attributes
- Implements
Constructors
UpdateSummariesProperties() |
Creates an new UpdateSummariesProperties instance. |
Properties
CurrentSbeVersion |
Current Sbe version of the stamp. |
CurrentVersion |
Current Solution Bundle version of the stamp. |
HardwareModel |
Name of the hardware model. |
HealthCheckDate |
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. |
LastChecked |
Last time the update service successfully checked for updates |
LastUpdated |
Last time an update installation completed successfully. |
OemFamily |
OEM family name. |
PackageVersion |
Current version of each updatable component. |
ProvisioningState |
Provisioning state of the UpdateSummaries proxy resource. |
State |
Overall update state of the stamp. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of UpdateSummariesProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of UpdateSummariesProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Models.Api20240401.IUpdateSummariesProperties. |
FromJsonString(String) |
Creates a new instance of UpdateSummariesProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of UpdateSummariesProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |