Class ImageState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ImageState>
com.azure.resourcemanager.compute.models.ImageState
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Describes the state of the image.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ImageStateStatic value Active for ImageState.static final ImageStateStatic value Deprecated for ImageState.static final ImageStateStatic value ScheduledForDeprecation for ImageState. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ImageStatefromString(String name) Creates or finds a ImageState from its string representation.static Collection<ImageState> values()Gets known ImageState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
ACTIVE
Static value Active for ImageState. -
SCHEDULED_FOR_DEPRECATION
Static value ScheduledForDeprecation for ImageState. -
DEPRECATED
Static value Deprecated for ImageState.
-
-
Constructor Details
-
ImageState
Deprecated.Use thefromString(String)factory method.Creates a new instance of ImageState value.
-
-
Method Details
-
fromString
Creates or finds a ImageState from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ImageState.
-
values
Gets known ImageState values.- Returns:
- known ImageState values.
-
fromString(String)factory method.