public static interface VirtualMachine.DefinitionStages.WithLinuxRootPasswordOrPublicKeyManagedOrUnmanaged
| Modifier and Type | Method and Description |
|---|---|
VirtualMachine.DefinitionStages.WithLinuxCreateManagedOrUnmanaged |
withRootPassword(String rootPassword)
Specifies the SSH root password for the Linux virtual machine.
|
VirtualMachine.DefinitionStages.WithLinuxCreateManagedOrUnmanaged |
withSsh(String publicKey)
Specifies the SSH public key.
|
VirtualMachine.DefinitionStages.WithLinuxCreateManagedOrUnmanaged withRootPassword(String rootPassword)
rootPassword - a password following the complexity criteria for Azure Linux VM passwords.VirtualMachine.DefinitionStages.WithLinuxCreateManagedOrUnmanaged withSsh(String publicKey)
publicKey - an SSH public key in the PEM format.Copyright © 2020 Microsoft Corporation. All rights reserved.