public static interface VirtualMachine.DefinitionStages.WithWindowsAdminPasswordUnmanaged
| Modifier and Type | Method and Description |
|---|---|
VirtualMachine.DefinitionStages.WithWindowsCreateUnmanaged |
withAdminPassword(String adminPassword)
Specifies the administrator password for the Windows virtual machine.
|
VirtualMachine.DefinitionStages.WithWindowsCreateUnmanaged withAdminPassword(String adminPassword)
adminPassword - a password following the criteria for Azure Windows VM passwords./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/