LinuxConfiguration Class

Specifies the Linux operating system settings on the virtual machine. <br>>>:code:<br>For a list of supported Linux distributions, see Linux on Azure-Endorsed Distributions <https://docs.microsoft.com/azure/virtual-machines/virtual-machines-linux-endorsed-distros?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json>_<< <br>``<br> For running non-endorsed distributions, see Information for Non-Endorsed Distributions.

Inheritance
azure.mgmt.compute._serialization.Model
LinuxConfiguration

Constructor

LinuxConfiguration(*, disable_password_authentication: bool | None = None, ssh: _models.SshConfiguration | None = None, provision_vm_agent: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
disable_password_authentication

Specifies whether password authentication should be disabled.

ssh

Specifies the ssh key configuration for a Linux OS.

provision_vm_agent

Indicates whether virtual machine agent should be provisioned on the virtual machine. <br>``<br> 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.

Variables

Name Description
disable_password_authentication

Specifies whether password authentication should be disabled.

ssh

Specifies the ssh key configuration for a Linux OS.

provision_vm_agent

Indicates whether virtual machine agent should be provisioned on the virtual machine. <br>``<br> 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.