Class VMGuestPatchClassificationWindows
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<VMGuestPatchClassificationWindows>
-
- com.azure.resourcemanager.compute.models.VMGuestPatchClassificationWindows
-
public final class VMGuestPatchClassificationWindows extends com.azure.core.util.ExpandableStringEnum<VMGuestPatchClassificationWindows>
Defines values for VMGuestPatchClassificationWindows.
-
-
Field Summary
Fields Modifier and Type Field Description static VMGuestPatchClassificationWindowsCRITICALStatic value Critical for VMGuestPatchClassificationWindows.static VMGuestPatchClassificationWindowsDEFINITIONStatic value Definition for VMGuestPatchClassificationWindows.static VMGuestPatchClassificationWindowsFEATURE_PACKStatic value FeaturePack for VMGuestPatchClassificationWindows.static VMGuestPatchClassificationWindowsSECURITYStatic value Security for VMGuestPatchClassificationWindows.static VMGuestPatchClassificationWindowsSERVICE_PACKStatic value ServicePack for VMGuestPatchClassificationWindows.static VMGuestPatchClassificationWindowsTOOLSStatic value Tools for VMGuestPatchClassificationWindows.static VMGuestPatchClassificationWindowsUPDATE_ROLL_UPStatic value UpdateRollUp for VMGuestPatchClassificationWindows.static VMGuestPatchClassificationWindowsUPDATESStatic value Updates for VMGuestPatchClassificationWindows.
-
Constructor Summary
Constructors Constructor Description VMGuestPatchClassificationWindows()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static VMGuestPatchClassificationWindowsfromString(String name)Creates or finds a VMGuestPatchClassificationWindows from its string representation.static Collection<VMGuestPatchClassificationWindows>values()
-
-
-
Field Detail
-
CRITICAL
public static final VMGuestPatchClassificationWindows CRITICAL
Static value Critical for VMGuestPatchClassificationWindows.
-
SECURITY
public static final VMGuestPatchClassificationWindows SECURITY
Static value Security for VMGuestPatchClassificationWindows.
-
UPDATE_ROLL_UP
public static final VMGuestPatchClassificationWindows UPDATE_ROLL_UP
Static value UpdateRollUp for VMGuestPatchClassificationWindows.
-
FEATURE_PACK
public static final VMGuestPatchClassificationWindows FEATURE_PACK
Static value FeaturePack for VMGuestPatchClassificationWindows.
-
SERVICE_PACK
public static final VMGuestPatchClassificationWindows SERVICE_PACK
Static value ServicePack for VMGuestPatchClassificationWindows.
-
DEFINITION
public static final VMGuestPatchClassificationWindows DEFINITION
Static value Definition for VMGuestPatchClassificationWindows.
-
TOOLS
public static final VMGuestPatchClassificationWindows TOOLS
Static value Tools for VMGuestPatchClassificationWindows.
-
UPDATES
public static final VMGuestPatchClassificationWindows UPDATES
Static value Updates for VMGuestPatchClassificationWindows.
-
-
Method Detail
-
fromString
public static VMGuestPatchClassificationWindows fromString(String name)
Creates or finds a VMGuestPatchClassificationWindows from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding VMGuestPatchClassificationWindows.
-
values
public static Collection<VMGuestPatchClassificationWindows> values()
- Returns:
- known VMGuestPatchClassificationWindows values.
-
-