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.ComputeSchedule.Models.AdditionalUnattendContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ComputeSchedule.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

Name Description
AdditionalUnattendContent()

Initializes a new instance of AdditionalUnattendContent.

Properties

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

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<AdditionalUnattendContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<AdditionalUnattendContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<AdditionalUnattendContent>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<AdditionalUnattendContent>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<AdditionalUnattendContent>.Write(ModelReaderWriterOptions)

Applies to