Class VMGuestPatchClassificationWindows
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<VMGuestPatchClassificationWindows>
com.microsoft.azure.management.compute.VMGuestPatchClassificationWindows
public final class VMGuestPatchClassificationWindows
extends com.microsoft.rest.ExpandableStringEnum<VMGuestPatchClassificationWindows>
Defines values for VMGuestPatchClassificationWindows.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final VMGuestPatchClassificationWindows
Static value Critical for VMGuestPatchClassificationWindows.static final VMGuestPatchClassificationWindows
Static value Definition for VMGuestPatchClassificationWindows.static final VMGuestPatchClassificationWindows
Static value FeaturePack for VMGuestPatchClassificationWindows.static final VMGuestPatchClassificationWindows
Static value Security for VMGuestPatchClassificationWindows.static final VMGuestPatchClassificationWindows
Static value ServicePack for VMGuestPatchClassificationWindows.static final VMGuestPatchClassificationWindows
Static value Tools for VMGuestPatchClassificationWindows.static final VMGuestPatchClassificationWindows
Static value UpdateRollUp for VMGuestPatchClassificationWindows.static final VMGuestPatchClassificationWindows
Static value Updates for VMGuestPatchClassificationWindows. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfromString
(String name) Creates or finds a VMGuestPatchClassificationWindows from its string representation.values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
CRITICAL
Static value Critical for VMGuestPatchClassificationWindows. -
SECURITY
Static value Security for VMGuestPatchClassificationWindows. -
UPDATE_ROLL_UP
Static value UpdateRollUp for VMGuestPatchClassificationWindows. -
FEATURE_PACK
Static value FeaturePack for VMGuestPatchClassificationWindows. -
SERVICE_PACK
Static value ServicePack for VMGuestPatchClassificationWindows. -
DEFINITION
Static value Definition for VMGuestPatchClassificationWindows. -
TOOLS
Static value Tools for VMGuestPatchClassificationWindows. -
UPDATES
Static value Updates for VMGuestPatchClassificationWindows.
-
-
Constructor Details
-
VMGuestPatchClassificationWindows
public VMGuestPatchClassificationWindows()
-
-
Method Details
-
fromString
Creates or finds a VMGuestPatchClassificationWindows from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding VMGuestPatchClassificationWindows
-
values
- Returns:
- known VMGuestPatchClassificationWindows values
-