Interface VirtualMachineScaleSet.DefinitionStages.WithWindowsAdminPasswordUnmanaged
-
- All Known Subinterfaces:
VirtualMachineScaleSet.DefinitionUnmanaged
- Enclosing interface:
- VirtualMachineScaleSet.DefinitionStages
public static interface VirtualMachineScaleSet.DefinitionStages.WithWindowsAdminPasswordUnmanagedThe 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.WithWindowsCreateUnmanagedwithAdminPassword(String adminPassword)Specifies the administrator password for the Windows virtual machine.
-
-
-
Method Detail
-
withAdminPassword
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateUnmanaged withAdminPassword(String adminPassword)
Specifies the administrator password for the Windows virtual machine.- Parameters:
adminPassword- the administrator password. This must follow the criteria for Azure Windows VM password.- Returns:
- the stage representing creatable Windows VM definition
-
-