Interface VirtualMachine.DefinitionStages.WithWindowsAdminPasswordManaged
- All Known Subinterfaces:
VirtualMachine.DefinitionManaged
- Enclosing interface:
- VirtualMachine.DefinitionStages
public static interface VirtualMachine.DefinitionStages.WithWindowsAdminPasswordManaged
The stage of a Windows virtual machine definition allowing to specify an administrator user name.
-
Method Summary
Modifier and TypeMethodDescriptionwithAdminPassword(String adminPassword) Specifies the administrator password for the Windows virtual machine.
-
Method Details
-
withAdminPassword
Specifies the administrator password for the Windows virtual machine.- Parameters:
adminPassword- a password following the complexity criteria for Azure Windows VM passwords.- Returns:
- the next stage of the definition
-