VirtualMachineScaleSet.DefinitionStages.WithWindowsAdminUsernameManaged Interface
public interface WithWindowsAdminUsernameManaged
The stage of the Windows virtual machine scale set definition allowing to specify administrator user name.
Method Summary
Modifier and Type | Method and Description |
---|---|
Virtual |
withAdminUsername(String adminUserName)
Specifies the administrator user name for the Windows virtual machine. |
Method Details
withAdminUsername
public WithWindowsAdminPasswordManaged withAdminUsername(String adminUserName)
Specifies the administrator user name for the Windows virtual machine.
Parameters:
adminUserName
- the Windows administrator user name. This must follow the required naming convention for Windows user name.
Returns:
the stage representing creatable Linux VM definition
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java