VirtualMachineScaleSet.DefinitionStages.WithLinuxRootUsernameManaged Interface
public interface WithLinuxRootUsernameManaged
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 WithLinuxRootPasswordOrPublicKeyManaged withRootUsername(String rootUserName)
Specifies the SSH root user name for the Linux virtual machine.
Parameters:
rootUserName
- a root user name following the required naming conventions for Linux user names
Returns:
the next stage of the definition
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java