Uses of Class
com.microsoft.azure.management.compute.VMGuestPatchClassificationLinux
Packages that use VMGuestPatchClassificationLinux
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VMGuestPatchClassificationLinux in com.microsoft.azure.management.compute
Fields in com.microsoft.azure.management.compute declared as VMGuestPatchClassificationLinuxModifier and TypeFieldDescriptionstatic final VMGuestPatchClassificationLinux
VMGuestPatchClassificationLinux.CRITICAL
Static value Critical for VMGuestPatchClassificationLinux.static final VMGuestPatchClassificationLinux
VMGuestPatchClassificationLinux.OTHER
Static value Other for VMGuestPatchClassificationLinux.static final VMGuestPatchClassificationLinux
VMGuestPatchClassificationLinux.SECURITY
Static value Security for VMGuestPatchClassificationLinux.Methods in com.microsoft.azure.management.compute that return VMGuestPatchClassificationLinuxModifier and TypeMethodDescriptionVMGuestPatchClassificationLinux.fromString
(String name) Creates or finds a VMGuestPatchClassificationLinux from its string representation.Methods in com.microsoft.azure.management.compute that return types with arguments of type VMGuestPatchClassificationLinuxModifier and TypeMethodDescriptionLinuxParameters.classificationsToInclude()
Get the update classifications to select when installing patches for Linux.VMGuestPatchClassificationLinux.values()
Method parameters in com.microsoft.azure.management.compute with type arguments of type VMGuestPatchClassificationLinuxModifier and TypeMethodDescriptionLinuxParameters.withClassificationsToInclude
(List<VMGuestPatchClassificationLinux> classificationsToInclude) Set the update classifications to select when installing patches for Linux.