ArmComputeFleetModelFactory.WindowsSetupAdditionalInformation Method

Definition

public static Azure.ResourceManager.ComputeFleet.Models.WindowsSetupAdditionalInformation WindowsSetupAdditionalInformation(Azure.ResourceManager.ComputeFleet.Models.WindowsSetupAdditionalInformationPassName? passName = default, Azure.ResourceManager.ComputeFleet.Models.WindowsSetupAdditionalInformationComponentName? componentName = default, Azure.ResourceManager.ComputeFleet.Models.AdditionalInformationSettingName? settingName = default, string content = default);
static member WindowsSetupAdditionalInformation : Nullable<Azure.ResourceManager.ComputeFleet.Models.WindowsSetupAdditionalInformationPassName> * Nullable<Azure.ResourceManager.ComputeFleet.Models.WindowsSetupAdditionalInformationComponentName> * Nullable<Azure.ResourceManager.ComputeFleet.Models.AdditionalInformationSettingName> * string -> Azure.ResourceManager.ComputeFleet.Models.WindowsSetupAdditionalInformation
Public Shared Function WindowsSetupAdditionalInformation (Optional passName As Nullable(Of WindowsSetupAdditionalInformationPassName) = Nothing, Optional componentName As Nullable(Of WindowsSetupAdditionalInformationComponentName) = Nothing, Optional settingName As Nullable(Of AdditionalInformationSettingName) = Nothing, Optional content As String = Nothing) As WindowsSetupAdditionalInformation

Parameters

passName
Nullable<WindowsSetupAdditionalInformationPassName>

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

componentName
Nullable<WindowsSetupAdditionalInformationComponentName>

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

settingName
Nullable<AdditionalInformationSettingName>

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

content
String

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.

Returns

A new WindowsSetupAdditionalInformation instance for mocking.

Applies to