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