Share via


WindowsConfiguration Class

Definition

Windows operating system settings to apply to the virtual machine.

public class WindowsConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.Compute.Batch.WindowsConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.Compute.Batch.WindowsConfiguration>
type WindowsConfiguration = class
    interface IJsonModel<WindowsConfiguration>
    interface IPersistableModel<WindowsConfiguration>
Public Class WindowsConfiguration
Implements IJsonModel(Of WindowsConfiguration), IPersistableModel(Of WindowsConfiguration)
Inheritance
WindowsConfiguration
Implements

Constructors

Name Description
WindowsConfiguration()

Initializes a new instance of WindowsConfiguration.

Properties

Name Description
EnableAutomaticUpdates

Whether automatic updates are enabled on the virtual machine. If omitted, the default value is true.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<WindowsConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<WindowsConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WindowsConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WindowsConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<WindowsConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to