AdditionalUnattendContent Class
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.
- Inheritance
-
AdditionalUnattendContent
Constructor
AdditionalUnattendContent(*, pass_name: Optional[str] = None, component_name: Optional[str] = None, setting_name: Optional[Union[str, azure.mgmt.compute.v2021_04_01.models._compute_management_client_enums.SettingNames]] = None, content: Optional[str] = None, **kwargs)
Parameters
- pass_name
- str
The pass name. Currently, the only allowable value is OobeSystem. The only acceptable values to pass in are None and "OobeSystem". The default value is None.
- component_name
- str
The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup. The only acceptable values to pass in are None and "Microsoft-Windows-Shell-Setup". The default value is None.
- setting_name
- str or SettingNames
Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon. Possible values include: "AutoLogon", "FirstLogonCommands".
- content
- str
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.
Feedback
Submit and view feedback for