VirtualMachine.DefinitionStages.WithLinuxRootUsernameUnmanaged Interface
public interface WithLinuxRootUsernameUnmanaged
The stage of a Linux virtual machine definition allowing to specify an SSH root user name.
Method Summary
Modifier and Type | Method and Description |
---|---|
Virtual |
withRootUsername(String rootUserName)
Specifies an SSH root user name for the Linux virtual machine. |
Method Details
withRootUsername
public WithLinuxRootPasswordOrPublicKeyUnmanaged withRootUsername(String rootUserName)
Specifies an SSH root user name for the Linux virtual machine.
Parameters:
rootUserName
- a user name following the required naming convention for Linux user names
Returns:
the next stage of the 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