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