Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LinuxConfiguration

Package version

Specifies the Linux operating system settings on the virtual machine.

For a list of supported Linux distributions, see Linux on Azure-Endorsed Distributions.

Hierarchy

Index

Properties

Optional disablePasswordAuthentication

disablePasswordAuthentication: undefined | false | true

Specifies whether password authentication should be disabled.

osType

osType: "Linux"

Polymorphic discriminator, which specifies the different types this object can be

Optional ssh

Specifies the ssh key configuration for a Linux OS. (This property is deprecated, please use 'sshKeyPair' instead)

Optional sshKeyPair

sshKeyPair: SshKeyPair

The SSH Key-pair used to authenticate with the VM's.

Generated using TypeDoc