public sealed class WindowsQuickFixEngineeringPackage : IMessage<Inventory.Types.WindowsQuickFixEngineeringPackage>, IEquatable<Inventory.Types.WindowsQuickFixEngineeringPackage>, IDeepCloneable<Inventory.Types.WindowsQuickFixEngineeringPackage>, IBufferMessage, IMessage
Information related to a Quick Fix Engineering package. Fields are taken from Windows QuickFixEngineering Interface and match the source names: https://docs.microsoft.com/en-us/windows/win32/cimwin32prov/win32-quickfixengineering
Implements
IMessage<Inventory.Types.WindowsQuickFixEngineeringPackage>, System.IEquatable<Inventory.Types.WindowsQuickFixEngineeringPackage>, IDeepCloneable<Inventory.Types.WindowsQuickFixEngineeringPackage>, IBufferMessage, IMessageNamespace
Google.Cloud.OsConfig.V1Assembly
Google.Cloud.OsConfig.V1.dll
Constructors
WindowsQuickFixEngineeringPackage()
public WindowsQuickFixEngineeringPackage()
WindowsQuickFixEngineeringPackage(Inventory.Types.WindowsQuickFixEngineeringPackage)
public WindowsQuickFixEngineeringPackage(Inventory.Types.WindowsQuickFixEngineeringPackage other)
Parameter | |
---|---|
Name | Description |
other | Inventory.Types.WindowsQuickFixEngineeringPackage |
Properties
Caption
public string Caption { get; set; }
A short textual description of the QFE update.
Property Value | |
---|---|
Type | Description |
String |
Description
public string Description { get; set; }
A textual description of the QFE update.
Property Value | |
---|---|
Type | Description |
String |
HotFixId
public string HotFixId { get; set; }
Unique identifier associated with a particular QFE update.
Property Value | |
---|---|
Type | Description |
String |
InstallTime
public Timestamp InstallTime { get; set; }
Date that the QFE update was installed. Mapped from installed_on field.
Property Value | |
---|---|
Type | Description |
Timestamp |