Share via


HybridComputeWindowsConfiguration Class

Definition

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

Name Description
HybridComputeWindowsConfiguration()

Initializes a new instance of HybridComputeWindowsConfiguration.

Properties

Name Description
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

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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