Uses of Class
com.azure.resourcemanager.compute.models.LinuxConfiguration
Packages that use LinuxConfiguration
Package
Description
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 LinuxConfigurationModifier and TypeMethodDescriptionstatic LinuxConfigurationLinuxConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LinuxConfiguration from the JsonReader.OSProfile.linuxConfiguration()Get the linuxConfiguration property: Specifies the Linux operating system settings on the virtual machine.VirtualMachineScaleSetOSProfile.linuxConfiguration()Get the linuxConfiguration property: Specifies the Linux operating system settings on the virtual machine.VirtualMachineScaleSetUpdateOSProfile.linuxConfiguration()Get the linuxConfiguration property: The Linux Configuration of the OS profile.LinuxConfiguration.withDisablePasswordAuthentication(Boolean disablePasswordAuthentication) Set the disablePasswordAuthentication property: Specifies whether password authentication should be disabled.LinuxConfiguration.withEnableVMAgentPlatformUpdates(Boolean enableVMAgentPlatformUpdates) Set the enableVMAgentPlatformUpdates property: Indicates whether VMAgent Platform Updates is enabled for the Linux virtual machine.LinuxConfiguration.withPatchSettings(LinuxPatchSettings patchSettings) Set the patchSettings property: [Preview Feature] Specifies settings related to VM Guest Patching on Linux.LinuxConfiguration.withProvisionVMAgent(Boolean provisionVMAgent) Set the provisionVMAgent property: Indicates whether virtual machine agent should be provisioned on the virtual machine.LinuxConfiguration.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 LinuxConfigurationModifier and TypeMethodDescriptionOSProfile.withLinuxConfiguration(LinuxConfiguration linuxConfiguration) Set the linuxConfiguration property: Specifies the Linux operating system settings on the virtual machine.VirtualMachineScaleSetOSProfile.withLinuxConfiguration(LinuxConfiguration linuxConfiguration) Set the linuxConfiguration property: Specifies the Linux operating system settings on the virtual machine.VirtualMachineScaleSetUpdateOSProfile.withLinuxConfiguration(LinuxConfiguration linuxConfiguration) Set the linuxConfiguration property: The Linux Configuration of the OS profile.