Interface VirtualMachine.DefinitionStages.WithLinuxRootUsernameUnmanaged
-
- All Known Subinterfaces:
VirtualMachine.DefinitionUnmanaged
- Enclosing interface:
- VirtualMachine.DefinitionStages
public static interface VirtualMachine.DefinitionStages.WithLinuxRootUsernameUnmanagedThe stage of a Linux virtual machine definition allowing to specify an SSH root user name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualMachine.DefinitionStages.WithLinuxRootPasswordOrPublicKeyUnmanagedwithRootUsername(String rootUserName)Specifies an SSH root user name for the Linux virtual machine.
-
-
-
Method Detail
-
withRootUsername
VirtualMachine.DefinitionStages.WithLinuxRootPasswordOrPublicKeyUnmanaged withRootUsername(String rootUserName)
Specifies an SSH root user name for the Linux virtual machine.- Parameters:
rootUserName- a user name following the required naming convention for Linux user names- Returns:
- the next stage of the definition
-
-