Uses of Class
com.azure.resourcemanager.compute.models.VMGuestPatchClassificationLinux
-
Packages that use VMGuestPatchClassificationLinux Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of VMGuestPatchClassificationLinux in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as VMGuestPatchClassificationLinux Modifier and Type Field Description static VMGuestPatchClassificationLinuxVMGuestPatchClassificationLinux. CRITICALStatic value Critical for VMGuestPatchClassificationLinux.static VMGuestPatchClassificationLinuxVMGuestPatchClassificationLinux. OTHERStatic value Other for VMGuestPatchClassificationLinux.static VMGuestPatchClassificationLinuxVMGuestPatchClassificationLinux. SECURITYStatic value Security for VMGuestPatchClassificationLinux.Methods in com.azure.resourcemanager.compute.models that return VMGuestPatchClassificationLinux Modifier and Type Method Description static VMGuestPatchClassificationLinuxVMGuestPatchClassificationLinux. 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 VMGuestPatchClassificationLinux Modifier and Type Method Description List<VMGuestPatchClassificationLinux>LinuxParameters. classificationsToInclude()Get the classificationsToInclude property: The update classifications to select when installing patches for Linux.static Collection<VMGuestPatchClassificationLinux>VMGuestPatchClassificationLinux. values()Method parameters in com.azure.resourcemanager.compute.models with type arguments of type VMGuestPatchClassificationLinux Modifier and Type Method Description LinuxParametersLinuxParameters. withClassificationsToInclude(List<VMGuestPatchClassificationLinux> classificationsToInclude)Set the classificationsToInclude property: The update classifications to select when installing patches for Linux.
-