HybridComputeWindowsConfiguration 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.
Specifies the windows configuration for update management.
public class HybridComputeWindowsConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HybridCompute.Models.HybridComputeWindowsConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HybridCompute.Models.HybridComputeWindowsConfiguration>
type HybridComputeWindowsConfiguration = class
interface IJsonModel<HybridComputeWindowsConfiguration>
interface IPersistableModel<HybridComputeWindowsConfiguration>
Public Class HybridComputeWindowsConfiguration
Implements IJsonModel(Of HybridComputeWindowsConfiguration), IPersistableModel(Of HybridComputeWindowsConfiguration)
- Inheritance
-
HybridComputeWindowsConfiguration
- Implements
Constructors
HybridComputeWindowsConfiguration() |
Initializes a new instance of HybridComputeWindowsConfiguration. |
Properties
AssessmentMode |
Specifies the assessment mode. |
IsHotpatchingEnabled |
Captures the hotpatch capability enrollment intent of the customers, which enables customers to patch their Windows machines without requiring a reboot. |
PatchMode |
Specifies the patch mode. |
Status |
Status of the hotpatch capability enrollment or disenrollment. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<HybridComputeWindowsConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<HybridComputeWindowsConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<HybridComputeWindowsConfiguration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<HybridComputeWindowsConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<HybridComputeWindowsConfiguration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET