Uses of Class
com.microsoft.azure.management.compute.LinuxParameters
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of LinuxParameters in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionVirtualMachineInstallPatchesParameters.linuxParameters()
Get input for InstallPatches on a Linux VM, as directly received by the API.LinuxParameters.withClassificationsToInclude
(List<VMGuestPatchClassificationLinux> classificationsToInclude) Set the update classifications to select when installing patches for Linux.LinuxParameters.withMaintenanceRunId
(String maintenanceRunId) Set this is used as a maintenance run identifier for Auto VM Guest Patching in Linux.LinuxParameters.withPackageNameMasksToExclude
(List<String> packageNameMasksToExclude) Set packages to exclude in the patch operation.LinuxParameters.withPackageNameMasksToInclude
(List<String> packageNameMasksToInclude) Set packages to include in the patch operation.Modifier and TypeMethodDescriptionVirtualMachineInstallPatchesParameters.withLinuxParameters
(LinuxParameters linuxParameters) Set input for InstallPatches on a Linux VM, as directly received by the API.