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