Package | Description |
---|---|
org.jclouds.azurecompute.arm.domain |
Modifier and Type | Method and Description |
---|---|
abstract OSProfile |
OSProfile.Builder.build() |
static OSProfile |
OSProfile.create(String computerName,
String adminUsername,
String adminPassword,
String customData,
OSProfile.LinuxConfiguration linuxConfiguration,
OSProfile.WindowsConfiguration windowsConfiguration,
List<Secrets> secrets) |
abstract OSProfile |
VirtualMachineProperties.osProfile()
The OS Profile of the virtual machine .
|
Modifier and Type | Method and Description |
---|---|
static VirtualMachineProperties |
VirtualMachineProperties.create(String vmId,
String licenseType,
IdReference availabilitySet,
HardwareProfile hardwareProfile,
StorageProfile storageProfile,
OSProfile osProfile,
NetworkProfile networkProfile,
DiagnosticsProfile diagnosticsProfile,
VirtualMachineProperties.ProvisioningState provisioningState) |
abstract VirtualMachineProperties.Builder |
VirtualMachineProperties.Builder.osProfile(OSProfile osProfile) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.