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