Interface VirtualMachineScaleSet.DefinitionStages.WithWindowsAdminUsernameManaged
- All Known Subinterfaces:
VirtualMachineScaleSet.DefinitionManaged
- Enclosing interface:
- VirtualMachineScaleSet.DefinitionStages
public static interface VirtualMachineScaleSet.DefinitionStages.WithWindowsAdminUsernameManaged
The stage of the Windows virtual machine scale set definition allowing to specify administrator user name.
-
Method Summary
Modifier and TypeMethodDescriptionwithAdminUsername
(String adminUserName) Specifies the administrator user name for the Windows virtual machine.
-
Method Details
-
withAdminUsername
VirtualMachineScaleSet.DefinitionStages.WithWindowsAdminPasswordManaged withAdminUsername(String adminUserName) Specifies the administrator user name for the Windows virtual machine.- Parameters:
adminUserName
- the Windows administrator user name. This must follow the required naming convention for Windows user name.- Returns:
- the next stage of the definition
-