Class AdditionalUnattendContentResponse
- java.lang.Object
-
- com.pulumi.azurenative.compute.outputs.AdditionalUnattendContentResponse
-
public final class AdditionalUnattendContentResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AdditionalUnattendContentResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AdditionalUnattendContentResponse.Builder
builder()
static AdditionalUnattendContentResponse.Builder
builder(AdditionalUnattendContentResponse defaults)
java.util.Optional<java.lang.String>
componentName()
java.util.Optional<java.lang.String>
content()
java.util.Optional<java.lang.String>
passName()
java.util.Optional<java.lang.String>
settingName()
-
-
-
Method Detail
-
componentName
public java.util.Optional<java.lang.String> componentName()
- Returns:
- The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.
-
content
public java.util.Optional<java.lang.String> content()
- Returns:
- 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
public java.util.Optional<java.lang.String> passName()
- Returns:
- The pass name. Currently, the only allowable value is OobeSystem.
-
settingName
public java.util.Optional<java.lang.String> settingName()
- Returns:
- Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.
-
builder
public static AdditionalUnattendContentResponse.Builder builder()
-
builder
public static AdditionalUnattendContentResponse.Builder builder(AdditionalUnattendContentResponse defaults)
-
-