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

WindowsConfiguration()

Initializes a new instance of WindowsConfiguration.

Properties

EnableAutomaticUpdates

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

Explicit Interface Implementations

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