public static interface VirtualMachine.DefinitionStages.WithLinuxRootUsernameManaged
| Modifier and Type | Method and Description |
|---|---|
VirtualMachine.DefinitionStages.WithLinuxRootPasswordOrPublicKeyManaged |
withRootUsername(String rootUserName)
Specifies an SSH root user name for the Linux virtual machine.
|
VirtualMachine.DefinitionStages.WithLinuxRootPasswordOrPublicKeyManaged withRootUsername(String rootUserName)
rootUserName - a user name following the required naming convention for Linux user names/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/