Class StorageInsightState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<StorageInsightState>
com.azure.resourcemanager.loganalytics.models.StorageInsightState
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class StorageInsightState
extends com.azure.core.util.ExpandableStringEnum<StorageInsightState>
The state of the storage insight connection to the workspace.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StorageInsightStateERROR.static final StorageInsightStateOK. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StorageInsightStatefromString(String name) Creates or finds a StorageInsightState from its string representation.static Collection<StorageInsightState> values()Gets known StorageInsightState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
OK
OK. -
ERROR
ERROR.
-
-
Constructor Details
-
StorageInsightState
Deprecated.Use thefromString(String)factory method.Creates a new instance of StorageInsightState value.
-
-
Method Details
-
fromString
Creates or finds a StorageInsightState from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding StorageInsightState.
-
values
Gets known StorageInsightState values.- Returns:
- known StorageInsightState values.
-
fromString(String)factory method.