LinuxConfigurationArgs

data class LinuxConfigurationArgs(val disablePasswordAuthentication: Output<Boolean>? = null, val patchSettings: Output<LinuxPatchSettingsArgs>? = null, val provisionVMAgent: Output<Boolean>? = null, val ssh: Output<SshConfigurationArgs>? = null) : ConvertibleToJava<LinuxConfigurationArgs>

Specifies the Linux operating system settings on the virtual machine.

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

Constructors

Link copied to clipboard
constructor(disablePasswordAuthentication: Output<Boolean>? = null, patchSettings: Output<LinuxPatchSettingsArgs>? = null, provisionVMAgent: Output<Boolean>? = null, ssh: Output<SshConfigurationArgs>? = null)

Properties

Link copied to clipboard

Specifies whether password authentication should be disabled.

Link copied to clipboard

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

Link copied to clipboard
val provisionVMAgent: Output<Boolean>? = null

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.

Link copied to clipboard
val ssh: Output<SshConfigurationArgs>? = null

Specifies the ssh key configuration for a Linux OS.

Functions

Link copied to clipboard
open override fun toJava(): LinuxConfigurationArgs