Interface VirtualMachine.DefinitionStages.WithWindowsAdminPasswordManagedOrUnmanaged
-
- All Known Subinterfaces:
VirtualMachine.DefinitionManagedOrUnmanaged
- Enclosing interface:
- VirtualMachine.DefinitionStages
public static interface VirtualMachine.DefinitionStages.WithWindowsAdminPasswordManagedOrUnmanagedThe stage of a Windows virtual machine definition allowing to specify an administrator password.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualMachine.DefinitionStages.WithWindowsCreateManagedOrUnmanagedwithAdminPassword(String adminPassword)Specifies the administrator password for the Windows virtual machine.
-
-
-
Method Detail
-
withAdminPassword
VirtualMachine.DefinitionStages.WithWindowsCreateManagedOrUnmanaged withAdminPassword(String adminPassword)
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
-
-