VirtualMachineScaleSet.DefinitionStages.WithWindowsAdminUsernameUnmanaged Interface
public interface WithWindowsAdminUsernameUnmanaged
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 WithWindowsAdminPasswordUnmanaged 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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java