Uses of Class
com.microsoft.azure.management.compute.LinuxConfiguration
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of LinuxConfiguration in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionOSProfile.linuxConfiguration()
Get specifies the Linux operating system settings on the virtual machine.VirtualMachineScaleSetOSProfile.linuxConfiguration()
Get specifies the Linux operating system settings on the virtual machine.VirtualMachineScaleSetUpdateOSProfile.linuxConfiguration()
Get the Linux Configuration of the OS profile.LinuxConfiguration.withDisablePasswordAuthentication
(Boolean disablePasswordAuthentication) Set specifies whether password authentication should be disabled.LinuxConfiguration.withPatchSettings
(LinuxPatchSettings patchSettings) Set [Preview Feature] Specifies settings related to VM Guest Patching on Linux.LinuxConfiguration.withProvisionVMAgent
(Boolean provisionVMAgent) Set indicates whether virtual machine agent should be provisioned on the virtual machine.LinuxConfiguration.withSsh
(SshConfiguration ssh) Set specifies the ssh key configuration for a Linux OS.Modifier and TypeMethodDescriptionOSProfile.withLinuxConfiguration
(LinuxConfiguration linuxConfiguration) Set specifies the Linux operating system settings on the virtual machine.VirtualMachineScaleSetOSProfile.withLinuxConfiguration
(LinuxConfiguration linuxConfiguration) Set specifies the Linux operating system settings on the virtual machine.VirtualMachineScaleSetUpdateOSProfile.withLinuxConfiguration
(LinuxConfiguration linuxConfiguration) Set the Linux Configuration of the OS profile.