Class VMGuestPatchClassificationLinux
java.lang.Object
com.azure.core.util.ExpandableStringEnum<VMGuestPatchClassificationLinux>
com.azure.resourcemanager.hybridcompute.models.VMGuestPatchClassificationLinux
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class VMGuestPatchClassificationLinux
extends com.azure.core.util.ExpandableStringEnum<VMGuestPatchClassificationLinux>
Defines values for VMGuestPatchClassificationLinux.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final VMGuestPatchClassificationLinuxStatic value Critical for VMGuestPatchClassificationLinux.static final VMGuestPatchClassificationLinuxStatic value Other for VMGuestPatchClassificationLinux.static final VMGuestPatchClassificationLinuxStatic value Security for VMGuestPatchClassificationLinux. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a VMGuestPatchClassificationLinux from its string representation.values()Gets known VMGuestPatchClassificationLinux values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
CRITICAL
Static value Critical for VMGuestPatchClassificationLinux. -
SECURITY
Static value Security for VMGuestPatchClassificationLinux. -
OTHER
Static value Other for VMGuestPatchClassificationLinux.
-
-
Constructor Details
-
VMGuestPatchClassificationLinux
Deprecated.Use thefromString(String)factory method.Creates a new instance of VMGuestPatchClassificationLinux value.
-
-
Method Details
-
fromString
Creates or finds a VMGuestPatchClassificationLinux from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding VMGuestPatchClassificationLinux.
-
values
Gets known VMGuestPatchClassificationLinux values.- Returns:
- known VMGuestPatchClassificationLinux values.
-
fromString(String)factory method.