public static interface VirtualMachineScaleSet.DefinitionStages.WithRootUserName
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSet.DefinitionStages.WithLinuxCreate |
withRootUserName(String rootUserName)
Specifies the root user name for the Linux virtual machines in the scale set.
|
VirtualMachineScaleSet.DefinitionStages.WithLinuxCreate withRootUserName(String rootUserName)
rootUserName - a Linux root 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.
*/