Class VirtualMachineScaleSetOSProfile
java.lang.Object
org.jclouds.azurecompute.arm.domain.VirtualMachineScaleSetOSProfile
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract String
The admin password of the VMabstract String
The admin username of the VMbuilder()
abstract String
The computer name of the VMcreate
(String computerNamePrefix, String adminUsername, String adminPassword, VirtualMachineScaleSetOSProfile.LinuxConfiguration linuxConfiguration, VirtualMachineScaleSetOSProfile.WindowsConfiguration windowsConfiguration, List<Secrets> secrets) The linux configuration of the VMsecrets()
The Secrets configuration of the VMThe windows configuration of the VM
-
Constructor Details
-
VirtualMachineScaleSetOSProfile
public VirtualMachineScaleSetOSProfile()
-
-
Method Details
-
computerNamePrefix
The computer name of the VM -
adminUsername
The admin username of the VM -
adminPassword
The admin password of the VM -
linuxConfiguration
The linux configuration of the VM -
windowsConfiguration
@Nullable public abstract VirtualMachineScaleSetOSProfile.WindowsConfiguration windowsConfiguration()The windows configuration of the VM -
secrets
The Secrets configuration of the VM -
create
public static VirtualMachineScaleSetOSProfile create(String computerNamePrefix, String adminUsername, String adminPassword, VirtualMachineScaleSetOSProfile.LinuxConfiguration linuxConfiguration, VirtualMachineScaleSetOSProfile.WindowsConfiguration windowsConfiguration, List<Secrets> secrets) -
toBuilder
-
builder
-