LinuxConfiguration Class
- java.
lang. Object - com.
microsoft. azure. management. compute. LinuxConfiguration
- com.
public class LinuxConfiguration
Describes Windows configuration of the OS Profile.
Method Summary
Modifier and Type | Method and Description |
---|---|
Boolean |
disablePasswordAuthentication()
Get the disablePasswordAuthentication value. |
Ssh |
ssh()
Get the ssh value. |
Linux |
withDisablePasswordAuthentication(Boolean disablePasswordAuthentication)
Set the disablePasswordAuthentication value. |
Linux |
withSsh(SshConfiguration ssh)
Set the ssh value. |
Method Details
disablePasswordAuthentication
public Boolean disablePasswordAuthentication()
Get the disablePasswordAuthentication value.
Returns:
ssh
public SshConfiguration ssh()
Get the ssh value.
Returns:
withDisablePasswordAuthentication
public LinuxConfiguration withDisablePasswordAuthentication(Boolean disablePasswordAuthentication)
Set the disablePasswordAuthentication value.
Parameters:
Returns:
withSsh
public LinuxConfiguration withSsh(SshConfiguration ssh)
Set the ssh value.
Parameters:
Returns:
Applies to
Azure SDK for Java