Package | Description |
---|---|
org.jclouds.azurecompute.arm.compute.options | |
org.jclouds.azurecompute.arm.domain |
Modifier and Type | Method and Description |
---|---|
OSProfile.WindowsConfiguration |
AzureTemplateOptions.getWindowsConfiguration() |
Modifier and Type | Method and Description |
---|---|
AzureTemplateOptions |
AzureTemplateOptions.windowsConfiguration(OSProfile.WindowsConfiguration windowsConfiguration)
Windows configuration parameters
|
static AzureTemplateOptions |
AzureTemplateOptions.Builder.windowsConfiguration(OSProfile.WindowsConfiguration windowsConfiguration) |
Modifier and Type | Method and Description |
---|---|
static OSProfile.WindowsConfiguration |
OSProfile.WindowsConfiguration.create(boolean provisionVMAgent,
OSProfile.WindowsConfiguration.WinRM winRM,
List<OSProfile.WindowsConfiguration.AdditionalUnattendContent> additionalUnattendContent,
boolean enableAutomaticUpdates) |
abstract OSProfile.WindowsConfiguration |
OSProfile.windowsConfiguration()
The windows configuration of the VM
|
Modifier and Type | Method and Description |
---|---|
static OSProfile |
OSProfile.create(String computerName,
String adminUsername,
String adminPassword,
String customData,
OSProfile.LinuxConfiguration linuxConfiguration,
OSProfile.WindowsConfiguration windowsConfiguration,
List<Secrets> secrets) |
abstract OSProfile.Builder |
OSProfile.Builder.windowsConfiguration(OSProfile.WindowsConfiguration windowsConfiguration) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.