Uses of Class
com.microsoft.azure.management.compute.VMGuestPatchClassificationWindows
Packages that use VMGuestPatchClassificationWindows
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VMGuestPatchClassificationWindows in com.microsoft.azure.management.compute
Fields in com.microsoft.azure.management.compute declared as VMGuestPatchClassificationWindowsModifier and TypeFieldDescriptionstatic final VMGuestPatchClassificationWindows
VMGuestPatchClassificationWindows.CRITICAL
Static value Critical for VMGuestPatchClassificationWindows.static final VMGuestPatchClassificationWindows
VMGuestPatchClassificationWindows.DEFINITION
Static value Definition for VMGuestPatchClassificationWindows.static final VMGuestPatchClassificationWindows
VMGuestPatchClassificationWindows.FEATURE_PACK
Static value FeaturePack for VMGuestPatchClassificationWindows.static final VMGuestPatchClassificationWindows
VMGuestPatchClassificationWindows.SECURITY
Static value Security for VMGuestPatchClassificationWindows.static final VMGuestPatchClassificationWindows
VMGuestPatchClassificationWindows.SERVICE_PACK
Static value ServicePack for VMGuestPatchClassificationWindows.static final VMGuestPatchClassificationWindows
VMGuestPatchClassificationWindows.TOOLS
Static value Tools for VMGuestPatchClassificationWindows.static final VMGuestPatchClassificationWindows
VMGuestPatchClassificationWindows.UPDATE_ROLL_UP
Static value UpdateRollUp for VMGuestPatchClassificationWindows.static final VMGuestPatchClassificationWindows
VMGuestPatchClassificationWindows.UPDATES
Static value Updates for VMGuestPatchClassificationWindows.Methods in com.microsoft.azure.management.compute that return VMGuestPatchClassificationWindowsModifier and TypeMethodDescriptionVMGuestPatchClassificationWindows.fromString
(String name) Creates or finds a VMGuestPatchClassificationWindows from its string representation.Methods in com.microsoft.azure.management.compute that return types with arguments of type VMGuestPatchClassificationWindowsModifier and TypeMethodDescriptionWindowsParameters.classificationsToInclude()
Get the update classifications to select when installing patches for Windows.VMGuestPatchClassificationWindows.values()
Method parameters in com.microsoft.azure.management.compute with type arguments of type VMGuestPatchClassificationWindowsModifier and TypeMethodDescriptionWindowsParameters.withClassificationsToInclude
(List<VMGuestPatchClassificationWindows> classificationsToInclude) Set the update classifications to select when installing patches for Windows.