Linux Configuration Args
data class LinuxConfigurationArgs(val disablePasswordAuthentication: Output<Boolean>? = null, val enableVMAgentPlatformUpdates: 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
fun LinuxConfigurationArgs(disablePasswordAuthentication: Output<Boolean>? = null, enableVMAgentPlatformUpdates: Output<Boolean>? = null, patchSettings: Output<LinuxPatchSettingsArgs>? = null, provisionVMAgent: Output<Boolean>? = null, ssh: Output<SshConfigurationArgs>? = null)