Uses of Class
com.azure.resourcemanager.compute.models.LinuxConfiguration
-
Packages that use LinuxConfiguration Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of LinuxConfiguration in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return LinuxConfiguration Modifier and Type Method Description LinuxConfigurationOSProfile. linuxConfiguration()Get the linuxConfiguration property: Specifies the Linux operating system settings on the virtual machine.LinuxConfigurationVirtualMachineScaleSetOSProfile. linuxConfiguration()Get the linuxConfiguration property: Specifies the Linux operating system settings on the virtual machine.LinuxConfigurationVirtualMachineScaleSetUpdateOSProfile. linuxConfiguration()Get the linuxConfiguration property: The Linux Configuration of the OS profile.LinuxConfigurationLinuxConfiguration. withDisablePasswordAuthentication(Boolean disablePasswordAuthentication)Set the disablePasswordAuthentication property: Specifies whether password authentication should be disabled.LinuxConfigurationLinuxConfiguration. withPatchSettings(LinuxPatchSettings patchSettings)Set the patchSettings property: [Preview Feature] Specifies settings related to VM Guest Patching on Linux.LinuxConfigurationLinuxConfiguration. withProvisionVMAgent(Boolean provisionVMAgent)Set the provisionVMAgent property: Indicates whether virtual machine agent should be provisioned on the virtual machine.LinuxConfigurationLinuxConfiguration. withSsh(SshConfiguration ssh)Set the ssh property: Specifies the ssh key configuration for a Linux OS.Methods in com.azure.resourcemanager.compute.models with parameters of type LinuxConfiguration Modifier and Type Method Description OSProfileOSProfile. withLinuxConfiguration(LinuxConfiguration linuxConfiguration)Set the linuxConfiguration property: Specifies the Linux operating system settings on the virtual machine.VirtualMachineScaleSetOSProfileVirtualMachineScaleSetOSProfile. withLinuxConfiguration(LinuxConfiguration linuxConfiguration)Set the linuxConfiguration property: Specifies the Linux operating system settings on the virtual machine.VirtualMachineScaleSetUpdateOSProfileVirtualMachineScaleSetUpdateOSProfile. withLinuxConfiguration(LinuxConfiguration linuxConfiguration)Set the linuxConfiguration property: The Linux Configuration of the OS profile.
-