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

  • LinuxConfiguration

Index

Properties

Optional disablePasswordAuthentication

disablePasswordAuthentication: undefined | false | true

Specifies whether password authentication should be disabled.

Optional patchSettings

patchSettings: LinuxPatchSettings

[Preview Feature] Specifies settings related to VM Guest Patching on Linux.

Optional provisionVMAgent

provisionVMAgent: undefined | false | true

Indicates whether virtual machine agent should be provisioned on the virtual machine.

When this property is not specified in the request body, default behavior is to set it to true. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.

Optional ssh

Specifies the ssh key configuration for a Linux OS.

Generated using TypeDoc