Interface VirtualMachineScaleSet.DefinitionStages.WithWindowsAdminUsernameUnmanaged
-
- All Known Subinterfaces:
VirtualMachineScaleSet.DefinitionUnmanaged
- Enclosing interface:
- VirtualMachineScaleSet.DefinitionStages
public static interface VirtualMachineScaleSet.DefinitionStages.WithWindowsAdminUsernameUnmanagedThe stage of the Windows virtual machine scale set definition allowing to specify administrator user name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualMachineScaleSet.DefinitionStages.WithWindowsAdminPasswordUnmanagedwithAdminUsername(String adminUserName)Specifies the administrator user name for the Windows virtual machine.
-
-
-
Method Detail
-
withAdminUsername
VirtualMachineScaleSet.DefinitionStages.WithWindowsAdminPasswordUnmanaged 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
-
-