Uses of Class
com.microsoft.azure.management.compute.LinuxConfiguration
Packages that use LinuxConfiguration
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of LinuxConfiguration in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return LinuxConfigurationModifier 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.Methods in com.microsoft.azure.management.compute with parameters of type LinuxConfigurationModifier 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.