public static interface VirtualMachineScaleSet.DefinitionStages.WithLinuxRootUsernameManaged
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSet.DefinitionStages.WithLinuxRootPasswordOrPublicKeyManaged |
withRootUsername(String rootUserName)
Specifies the SSH root user name for the Linux virtual machine.
|
VirtualMachineScaleSet.DefinitionStages.WithLinuxRootPasswordOrPublicKeyManaged withRootUsername(String rootUserName)
rootUserName - a root user name following the required naming conventions 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.
*/