public static interface VirtualMachine.DefinitionStages.WithRootUserName
| Modifier and Type | Method and Description |
|---|---|
VirtualMachine.DefinitionStages.WithLinuxCreate |
withRootUserName(String rootUserName)
Specifies the root user name for the Linux virtual machine.
|
VirtualMachine.DefinitionStages.WithLinuxCreate withRootUserName(String rootUserName)
rootUserName - the Linux root user name. This must follow the required naming convention for Linux user name/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/