Uses of Class
com.azure.resourcemanager.compute.models.LinuxParameters
Packages that use LinuxParameters
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of LinuxParameters in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return LinuxParametersModifier and TypeMethodDescriptionVirtualMachineInstallPatchesParameters.linuxParameters()Get the linuxParameters property: Input for InstallPatches on a Linux VM, as directly received by the API.LinuxParameters.withClassificationsToInclude(List<VMGuestPatchClassificationLinux> classificationsToInclude) Set the classificationsToInclude property: The update classifications to select when installing patches for Linux.LinuxParameters.withMaintenanceRunId(String maintenanceRunId) Set the maintenanceRunId property: This is used as a maintenance run identifier for Auto VM Guest Patching in Linux.LinuxParameters.withPackageNameMasksToExclude(List<String> packageNameMasksToExclude) Set the packageNameMasksToExclude property: packages to exclude in the patch operation.LinuxParameters.withPackageNameMasksToInclude(List<String> packageNameMasksToInclude) Set the packageNameMasksToInclude property: packages to include in the patch operation.Methods in com.azure.resourcemanager.compute.models with parameters of type LinuxParametersModifier and TypeMethodDescriptionVirtualMachineInstallPatchesParameters.withLinuxParameters(LinuxParameters linuxParameters) Set the linuxParameters property: Input for InstallPatches on a Linux VM, as directly received by the API.