public static interface VirtualMachineScaleSet.DefinitionStages.WithPassword
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSet.DefinitionStages.WithCreate |
withPassword(String password)
Specifies the password for the virtual machines in the scale set.
|
VirtualMachineScaleSet.DefinitionStages.WithCreate withPassword(String password)
password - a password following the requirements for Azure virtual machine passwords/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/