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.ModelLinuxConfiguration
Constructor
LinuxConfiguration(*, disable_password_authentication: bool | None = None, ssh: _models.SshConfiguration | 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. |
Variables
Name | Description |
---|---|
disable_password_authentication
|
Specifies whether password authentication should be disabled. |
ssh
|
Specifies the ssh key configuration for a Linux OS. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python