다음을 통해 공유


LinuxConfiguration 클래스

가상 머신에서 Linux 운영 체제 설정을 지정합니다. <br> >>:code:<br>지원되는 Linux 배포 목록은 _<<<br>``<br> 보증되지 않은 배포Linux on Azure-Endorsed Distributions <https://docs.microsoft.com/azure/virtual-machines/virtual-machines-linux-endorsed-distros?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json>를 실행하려면 보증되지 않은 배포에 대한 정보를 참조하세요.

상속
azure.mgmt.compute._serialization.Model
LinuxConfiguration

생성자

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

키워드 전용 매개 변수

Name Description
disable_password_authentication

암호 인증을 사용하지 않도록 설정할지 여부를 지정합니다.

ssh

Linux OS용 ssh 키 구성을 지정합니다.

변수

Name Description
disable_password_authentication

암호 인증을 사용하지 않도록 설정할지 여부를 지정합니다.

ssh

Linux OS용 ssh 키 구성을 지정합니다.