| Modifier and Type | Method and Description |
|---|---|
LinuxConfiguration |
VirtualMachineScaleSetUpdateOSProfile.linuxConfiguration()
Get the Linux Configuration of the OS profile.
|
LinuxConfiguration |
VirtualMachineScaleSetOSProfile.linuxConfiguration()
Get specifies the Linux operating system settings on the virtual machine.
|
LinuxConfiguration |
OSProfile.linuxConfiguration()
Get specifies the Linux operating system settings on the virtual machine.
|
LinuxConfiguration |
LinuxConfiguration.withDisablePasswordAuthentication(Boolean disablePasswordAuthentication)
Set specifies whether password authentication should be disabled.
|
LinuxConfiguration |
LinuxConfiguration.withProvisionVMAgent(Boolean provisionVMAgent)
Set indicates whether virtual machine agent should be provisioned on the virtual machine.
|
LinuxConfiguration |
LinuxConfiguration.withSsh(SshConfiguration ssh)
Set specifies the ssh key configuration for a Linux OS.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSetUpdateOSProfile |
VirtualMachineScaleSetUpdateOSProfile.withLinuxConfiguration(LinuxConfiguration linuxConfiguration)
Set the Linux Configuration of the OS profile.
|
VirtualMachineScaleSetOSProfile |
VirtualMachineScaleSetOSProfile.withLinuxConfiguration(LinuxConfiguration linuxConfiguration)
Set specifies the Linux operating system settings on the virtual machine.
|
OSProfile |
OSProfile.withLinuxConfiguration(LinuxConfiguration linuxConfiguration)
Set specifies the Linux operating system settings on the virtual machine.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/