AdditionalUnattendContent Class

Definition

Specifies additional XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup. Contents are defined by setting name, component name, and the pass in which the content is applied.

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

Constructors

AdditionalUnattendContent()

Initializes a new instance of AdditionalUnattendContent.

Properties

ComponentName

The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.

Content

Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted.

PassName

The pass name. Currently, the only allowable value is OobeSystem.

SettingName

Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.

Explicit Interface Implementations

IJsonModel<AdditionalUnattendContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AdditionalUnattendContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AdditionalUnattendContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AdditionalUnattendContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AdditionalUnattendContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to