Class OSProfile.WindowsConfiguration
java.lang.Object
org.jclouds.azurecompute.arm.domain.OSProfile.WindowsConfiguration
- Enclosing class:
OSProfile
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionunattend contentcreate
(boolean provisionVMAgent, OSProfile.WindowsConfiguration.WinRM winRM, List<OSProfile.WindowsConfiguration.AdditionalUnattendContent> additionalUnattendContent, boolean enableAutomaticUpdates) abstract boolean
is automatic updates enabledabstract boolean
The provision VM Agent true of false.abstract OSProfile.WindowsConfiguration.WinRM
winRM()
winR
-
Constructor Details
-
WindowsConfiguration
public WindowsConfiguration()
-
-
Method Details
-
provisionVMAgent
public abstract boolean provisionVMAgent()The provision VM Agent true of false. -
winRM
winR -
additionalUnattendContent
@Nullable public abstract List<OSProfile.WindowsConfiguration.AdditionalUnattendContent> additionalUnattendContent()unattend content -
enableAutomaticUpdates
public abstract boolean enableAutomaticUpdates()is automatic updates enabled -
create
public static OSProfile.WindowsConfiguration create(boolean provisionVMAgent, OSProfile.WindowsConfiguration.WinRM winRM, List<OSProfile.WindowsConfiguration.AdditionalUnattendContent> additionalUnattendContent, boolean enableAutomaticUpdates)
-