Class PurgeState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<PurgeState>
com.azure.resourcemanager.loganalytics.models.PurgeState
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Status of the operation represented by the requested Id.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PurgeStatecompleted.static final PurgeStatepending. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PurgeStatefromString(String name) Creates or finds a PurgeState from its string representation.static Collection<PurgeState> values()Gets known PurgeState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
PENDING
pending. -
COMPLETED
completed.
-
-
Constructor Details
-
PurgeState
Deprecated.Use thefromString(String)factory method.Creates a new instance of PurgeState value.
-
-
Method Details
-
fromString
Creates or finds a PurgeState from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding PurgeState.
-
values
Gets known PurgeState values.- Returns:
- known PurgeState values.
-
fromString(String)factory method.