public static interface VirtualMachineScaleSet.DefinitionStages.WithAdminUserName
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreate |
withAdminUserName(String adminUserName)
Specifies the administrator user name for the Windows virtual machines in the scale set.
|
VirtualMachineScaleSet.DefinitionStages.WithWindowsCreate withAdminUserName(String adminUserName)
adminUserName - a Windows administrator user name, following the required naming convention for Windows user names/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/