LinuxOperatingSystemProfile Class

The ssh username, password, and ssh public key.

Inheritance
LinuxOperatingSystemProfile

Constructor

LinuxOperatingSystemProfile(*, username: Optional[str] = None, password: Optional[str] = None, ssh_profile: Optional[azure.mgmt.hdinsight.models._models_py3.SshProfile] = None, **kwargs)

Parameters

username
str
Required

The username.

password
str
Required

The password.

ssh_profile
SshProfile
Required

The SSH profile.