WindowsUpdateConfigurationProperties 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.
Windows specific update configuration.
public class WindowsUpdateConfigurationProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Automation.Models.WindowsUpdateConfigurationProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Automation.Models.WindowsUpdateConfigurationProperties>
public class WindowsUpdateConfigurationProperties
type WindowsUpdateConfigurationProperties = class
interface IJsonModel<WindowsUpdateConfigurationProperties>
interface IPersistableModel<WindowsUpdateConfigurationProperties>
type WindowsUpdateConfigurationProperties = class
Public Class WindowsUpdateConfigurationProperties
Implements IJsonModel(Of WindowsUpdateConfigurationProperties), IPersistableModel(Of WindowsUpdateConfigurationProperties)
Public Class WindowsUpdateConfigurationProperties
- Inheritance
-
WindowsUpdateConfigurationProperties
- Implements
Constructors
WindowsUpdateConfigurationProperties() |
Initializes a new instance of WindowsUpdateConfigurationProperties. |
Properties
ExcludedKBNumbers |
KB numbers excluded from the software update configuration. |
IncludedKBNumbers |
KB numbers included from the software update configuration. |
IncludedUpdateClassifications |
Update classification included in the software update configuration. A comma separated string with required values. |
RebootSetting |
Reboot setting for the software update configuration. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<WindowsUpdateConfigurationProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<WindowsUpdateConfigurationProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<WindowsUpdateConfigurationProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<WindowsUpdateConfigurationProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<WindowsUpdateConfigurationProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET