Linux Configuration Response
data class LinuxConfigurationResponse(val disablePasswordAuthentication: Boolean? = null, val patchSettings: LinuxPatchSettingsResponse? = null, val provisionVMAgent: Boolean? = null, val ssh: SshConfigurationResponse? = null)
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 LinuxConfigurationResponse(disablePasswordAuthentication: Boolean? = null, patchSettings: LinuxPatchSettingsResponse? = null, provisionVMAgent: Boolean? = null, ssh: SshConfigurationResponse? = null)