Class VMGuestPatchClassificationLinux
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<VMGuestPatchClassificationLinux>
com.microsoft.azure.management.compute.VMGuestPatchClassificationLinux
public final class VMGuestPatchClassificationLinux
extends com.microsoft.rest.ExpandableStringEnum<VMGuestPatchClassificationLinux>
Defines values for VMGuestPatchClassificationLinux.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final VMGuestPatchClassificationLinux
Static value Critical for VMGuestPatchClassificationLinux.static final VMGuestPatchClassificationLinux
Static value Other for VMGuestPatchClassificationLinux.static final VMGuestPatchClassificationLinux
Static value Security for VMGuestPatchClassificationLinux. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfromString
(String name) Creates or finds a VMGuestPatchClassificationLinux 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 VMGuestPatchClassificationLinux. -
SECURITY
Static value Security for VMGuestPatchClassificationLinux. -
OTHER
Static value Other for VMGuestPatchClassificationLinux.
-
-
Constructor Details
-
VMGuestPatchClassificationLinux
public VMGuestPatchClassificationLinux()
-
-
Method Details
-
fromString
Creates or finds a VMGuestPatchClassificationLinux from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding VMGuestPatchClassificationLinux
-
values
- Returns:
- known VMGuestPatchClassificationLinux values
-