Uses of Class
com.azure.resourcemanager.compute.models.VMGuestPatchClassificationLinux
Packages that use VMGuestPatchClassificationLinux
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of VMGuestPatchClassificationLinux in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type VMGuestPatchClassificationLinux in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classDefines values for VMGuestPatchClassificationLinux.Fields in com.azure.resourcemanager.compute.models declared as VMGuestPatchClassificationLinuxModifier and TypeFieldDescriptionstatic final VMGuestPatchClassificationLinuxVMGuestPatchClassificationLinux.CRITICALStatic value Critical for VMGuestPatchClassificationLinux.static final VMGuestPatchClassificationLinuxVMGuestPatchClassificationLinux.OTHERStatic value Other for VMGuestPatchClassificationLinux.static final VMGuestPatchClassificationLinuxVMGuestPatchClassificationLinux.SECURITYStatic value Security for VMGuestPatchClassificationLinux.Methods in com.azure.resourcemanager.compute.models that return VMGuestPatchClassificationLinuxModifier and TypeMethodDescriptionVMGuestPatchClassificationLinux.fromString(String name) Creates or finds a VMGuestPatchClassificationLinux from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type VMGuestPatchClassificationLinuxModifier and TypeMethodDescriptionLinuxParameters.classificationsToInclude()Get the classificationsToInclude property: The update classifications to select when installing patches for Linux.VMGuestPatchClassificationLinux.values()Gets known VMGuestPatchClassificationLinux values.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type VMGuestPatchClassificationLinuxModifier and TypeMethodDescriptionLinuxParameters.withClassificationsToInclude(List<VMGuestPatchClassificationLinux> classificationsToInclude) Set the classificationsToInclude property: The update classifications to select when installing patches for Linux.