public sealed class WindowsUpdateCategory : IMessage<Inventory.Types.WindowsUpdatePackage.Types.WindowsUpdateCategory>, IEquatable<Inventory.Types.WindowsUpdatePackage.Types.WindowsUpdateCategory>, IDeepCloneable<Inventory.Types.WindowsUpdatePackage.Types.WindowsUpdateCategory>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud OS Config v1alpha API class Inventory.Types.WindowsUpdatePackage.Types.WindowsUpdateCategory.
Categories specified by the Windows Update.
Implements
IMessage<Inventory.Types.WindowsUpdatePackage.Types.WindowsUpdateCategory>, IEquatable<Inventory.Types.WindowsUpdatePackage.Types.WindowsUpdateCategory>, IDeepCloneable<Inventory.Types.WindowsUpdatePackage.Types.WindowsUpdateCategory>, IBufferMessage, IMessageNamespace
Google.Cloud.OsConfig.V1AlphaAssembly
Google.Cloud.OsConfig.V1Alpha.dll
Constructors
WindowsUpdateCategory()
public WindowsUpdateCategory()
WindowsUpdateCategory(Inventory.Types.WindowsUpdatePackage.Types.WindowsUpdateCategory)
public WindowsUpdateCategory(Inventory.Types.WindowsUpdatePackage.Types.WindowsUpdateCategory other)
Parameter | |
---|---|
Name | Description |
other | Inventory.Types.WindowsUpdatePackage.Types.WindowsUpdateCategory |
Properties
Id
public string Id { get; set; }
The identifier of the windows update category.
Property Value | |
---|---|
Type | Description |
String |
Name
public string Name { get; set; }
The name of the windows update category.
Property Value | |
---|---|
Type | Description |
String |