public class LinuxConfiguration extends Object
| Constructor and Description |
|---|
LinuxConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
disablePasswordAuthentication()
Get the disablePasswordAuthentication value.
|
SshConfiguration |
ssh()
Get the ssh value.
|
LinuxConfiguration |
withDisablePasswordAuthentication(Boolean disablePasswordAuthentication)
Set the disablePasswordAuthentication value.
|
LinuxConfiguration |
withSsh(SshConfiguration ssh)
Set the ssh value.
|
public Boolean disablePasswordAuthentication()
public LinuxConfiguration withDisablePasswordAuthentication(Boolean disablePasswordAuthentication)
disablePasswordAuthentication - the disablePasswordAuthentication value to setpublic SshConfiguration ssh()
public LinuxConfiguration withSsh(SshConfiguration ssh)
ssh - the ssh value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/