Uses of Class
com.microsoft.azure.management.compute.VMGuestPatchClassificationWindows
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VMGuestPatchClassificationWindows in com.microsoft.azure.management.compute
Modifier 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.Modifier and TypeMethodDescriptionVMGuestPatchClassificationWindows.fromString
(String name) Creates or finds a VMGuestPatchClassificationWindows from its string representation.Modifier and TypeMethodDescriptionWindowsParameters.classificationsToInclude()
Get the update classifications to select when installing patches for Windows.VMGuestPatchClassificationWindows.values()
Modifier and TypeMethodDescriptionWindowsParameters.withClassificationsToInclude
(List<VMGuestPatchClassificationWindows> classificationsToInclude) Set the update classifications to select when installing patches for Windows.