次の方法で共有


AdditionalUnattendContent Class

  • java.lang.Object
    • com.microsoft.azure.management.compute.AdditionalUnattendContent

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
ComponentNames componentName()

Get the componentName value.

String content()

Get the content value.

PassNames passName()

Get the passName value.

SettingNames settingName()

Get the settingName value.

AdditionalUnattendContent withComponentName(ComponentNames componentName)

Set the componentName value.

AdditionalUnattendContent withContent(String content)

Set the content value.

AdditionalUnattendContent withPassName(PassNames passName)

Set the passName value.

AdditionalUnattendContent withSettingName(SettingNames settingName)

Set the settingName value.

Method Details

componentName

public ComponentNames componentName()

Get the componentName value.

Returns:

the componentName value

content

public String content()

Get the content value.

Returns:

the content value

passName

public PassNames passName()

Get the passName value.

Returns:

the passName value

settingName

public SettingNames settingName()

Get the settingName value.

Returns:

the settingName value

withComponentName

public AdditionalUnattendContent withComponentName(ComponentNames componentName)

Set the componentName value.

Parameters:

componentName - the componentName value to set

Returns:

the AdditionalUnattendContent object itself.

withContent

public AdditionalUnattendContent withContent(String content)

Set the content value.

Parameters:

content - the content value to set

Returns:

the AdditionalUnattendContent object itself.

withPassName

public AdditionalUnattendContent withPassName(PassNames passName)

Set the passName value.

Parameters:

passName - the passName value to set

Returns:

the AdditionalUnattendContent object itself.

withSettingName

public AdditionalUnattendContent withSettingName(SettingNames settingName)

Set the settingName value.

Parameters:

settingName - the settingName value to set

Returns:

the AdditionalUnattendContent object itself.

Applies to