| Modifier and Type | Interface and Description |
|---|---|
static interface |
VirtualMachine.Definition
The entirety of the virtual machine definition.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachine.DefinitionStages.WithLinuxCreate |
VirtualMachine.DefinitionStages.WithRootUserName.withRootUserName(String rootUserName)
Specifies the root user name for the Linux virtual machine.
|
VirtualMachine.DefinitionStages.WithLinuxCreate |
VirtualMachine.DefinitionStages.WithLinuxCreate.withSsh(String publicKey)
Specifies the SSH public key.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/