| Modifier and Type | Method and Description |
|---|---|
LinuxConfiguration |
VirtualMachineScaleSetOSProfile.linuxConfiguration()
Get the linuxConfiguration value.
|
LinuxConfiguration |
OSProfile.linuxConfiguration()
Get the linuxConfiguration value.
|
LinuxConfiguration |
LinuxConfiguration.withDisablePasswordAuthentication(Boolean disablePasswordAuthentication)
Set the disablePasswordAuthentication value.
|
LinuxConfiguration |
LinuxConfiguration.withSsh(SshConfiguration ssh)
Set the ssh value.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSetOSProfile |
VirtualMachineScaleSetOSProfile.withLinuxConfiguration(LinuxConfiguration linuxConfiguration)
Set the linuxConfiguration value.
|
OSProfile |
OSProfile.withLinuxConfiguration(LinuxConfiguration linuxConfiguration)
Set the linuxConfiguration value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/