Uses of Class
com.azure.resourcemanager.compute.models.VMGuestPatchClassificationWindows
-
Packages that use VMGuestPatchClassificationWindows Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of VMGuestPatchClassificationWindows in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as VMGuestPatchClassificationWindows Modifier and Type Field Description static VMGuestPatchClassificationWindowsVMGuestPatchClassificationWindows. CRITICALStatic value Critical for VMGuestPatchClassificationWindows.static VMGuestPatchClassificationWindowsVMGuestPatchClassificationWindows. DEFINITIONStatic value Definition for VMGuestPatchClassificationWindows.static VMGuestPatchClassificationWindowsVMGuestPatchClassificationWindows. FEATURE_PACKStatic value FeaturePack for VMGuestPatchClassificationWindows.static VMGuestPatchClassificationWindowsVMGuestPatchClassificationWindows. SECURITYStatic value Security for VMGuestPatchClassificationWindows.static VMGuestPatchClassificationWindowsVMGuestPatchClassificationWindows. SERVICE_PACKStatic value ServicePack for VMGuestPatchClassificationWindows.static VMGuestPatchClassificationWindowsVMGuestPatchClassificationWindows. TOOLSStatic value Tools for VMGuestPatchClassificationWindows.static VMGuestPatchClassificationWindowsVMGuestPatchClassificationWindows. UPDATE_ROLL_UPStatic value UpdateRollUp for VMGuestPatchClassificationWindows.static VMGuestPatchClassificationWindowsVMGuestPatchClassificationWindows. UPDATESStatic value Updates for VMGuestPatchClassificationWindows.Methods in com.azure.resourcemanager.compute.models that return VMGuestPatchClassificationWindows Modifier and Type Method Description static VMGuestPatchClassificationWindowsVMGuestPatchClassificationWindows. fromString(String name)Creates or finds a VMGuestPatchClassificationWindows from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type VMGuestPatchClassificationWindows Modifier and Type Method Description List<VMGuestPatchClassificationWindows>WindowsParameters. classificationsToInclude()Get the classificationsToInclude property: The update classifications to select when installing patches for Windows.static Collection<VMGuestPatchClassificationWindows>VMGuestPatchClassificationWindows. values()Method parameters in com.azure.resourcemanager.compute.models with type arguments of type VMGuestPatchClassificationWindows Modifier and Type Method Description WindowsParametersWindowsParameters. withClassificationsToInclude(List<VMGuestPatchClassificationWindows> classificationsToInclude)Set the classificationsToInclude property: The update classifications to select when installing patches for Windows.
-