AdditionalUnattendContent Class
- java.
lang. Object - com.
microsoft. azure. management. compute. AdditionalUnattendContent
- com.
public class AdditionalUnattendContent
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 a applied.
Method Summary
Modifier and Type | Method and Description |
---|---|
Component |
componentName()
Get the componentName value. |
String |
content()
Get the content value. |
Pass |
passName()
Get the passName value. |
Setting |
settingName()
Get the settingName value. |
Additional |
withComponentName(ComponentNames componentName)
Set the componentName value. |
Additional |
withContent(String content)
Set the content value. |
Additional |
withPassName(PassNames passName)
Set the passName value. |
Additional |
withSettingName(SettingNames settingName)
Set the settingName value. |
Method Details
componentName
public ComponentNames componentName()
Get the componentName value.
Returns:
content
public String content()
Get the content value.
Returns:
passName
public PassNames passName()
Get the passName value.
Returns:
settingName
public SettingNames settingName()
Get the settingName value.
Returns:
withComponentName
public AdditionalUnattendContent withComponentName(ComponentNames componentName)
Set the componentName value.
Parameters:
Returns:
withContent
public AdditionalUnattendContent withContent(String content)
Set the content value.
Parameters:
Returns:
withPassName
public AdditionalUnattendContent withPassName(PassNames passName)
Set the passName value.
Parameters:
Returns:
withSettingName
public AdditionalUnattendContent withSettingName(SettingNames settingName)
Set the settingName value.
Parameters:
Returns:
Applies to
Azure SDK for Java