LinuxOperatingSystemProfile Class

The ssh username, password, and ssh public key.

Constructor

LinuxOperatingSystemProfile(*, username: str | None = None, password: str | None = None, ssh_profile: _models.SshProfile | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
username
str

The username.

Default value: None
password
str

The password.

Default value: None
ssh_profile

The SSH profile.

Default value: None

Variables

Name Description
username
str

The username.

password
str

The password.

ssh_profile

The SSH profile.