Interface VirtualMachineScaleSet.DefinitionStages.WithLinuxRootUsernameManaged
-
- All Known Subinterfaces:
VirtualMachineScaleSet.DefinitionManaged
- Enclosing interface:
- VirtualMachineScaleSet.DefinitionStages
public static interface VirtualMachineScaleSet.DefinitionStages.WithLinuxRootUsernameManagedThe stage of the Linux virtual machine scale set definition allowing to specify SSH root user name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualMachineScaleSet.DefinitionStages.WithLinuxRootPasswordOrPublicKeyManagedwithRootUsername(String rootUserName)Specifies the SSH root user name for the Linux virtual machine.
-
-
-
Method Detail
-
withRootUsername
VirtualMachineScaleSet.DefinitionStages.WithLinuxRootPasswordOrPublicKeyManaged withRootUsername(String rootUserName)
Specifies the SSH root user name for the Linux virtual machine.- Parameters:
rootUserName- a root user name following the required naming conventions for Linux user names- Returns:
- the next stage of the definition
-
-