LinuxConfiguration Class
Specifies the Linux operating system settings on the virtual machine. For a list of supported Linux distributions, see Linux on Azure-Endorsed Distributions.
Constructor
LinuxConfiguration(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
disable_password_authentication
|
Specifies whether password authentication should be disabled. |
|
ssh
|
Specifies the ssh key configuration for a Linux OS. (This property is deprecated, please use 'sshKeyPair' instead). |
|
ssh_key_pair
|
The SSH Key-pair used to authenticate with the VM's. |
|
os_type
|
str or
<xref:azure.mgmt.workloadssapvirtualinstance.models.LINUX>
The OS Type. Required. Linux OS Type. |
Attributes
disable_password_authentication
Specifies whether password authentication should be disabled.
disable_password_authentication: bool | None
os_type
The OS Type. Required. Linux OS Type.
os_type: LINUX: 'Linux'>]
ssh
Specifies the ssh key configuration for a Linux OS. (This property is deprecated, please use 'sshKeyPair' instead).
ssh: _models.SshConfiguration | None
ssh_key_pair
The SSH Key-pair used to authenticate with the VM's.
ssh_key_pair: _models.SshKeyPair | None