Class GetInsightsError
java.lang.Object
com.azure.core.util.ExpandableStringEnum<GetInsightsError>
com.azure.resourcemanager.securityinsights.models.GetInsightsError
public final class GetInsightsError
extends com.azure.core.util.ExpandableStringEnum<GetInsightsError>
the query kind.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final GetInsightsError
Static value Insight for GetInsightsError. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic GetInsightsError
fromString
(String name) Creates or finds a GetInsightsError from its string representation.static Collection<GetInsightsError>
values()
Gets known GetInsightsError values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
INSIGHT
Static value Insight for GetInsightsError.
-
-
Constructor Details
-
GetInsightsError
public GetInsightsError()
-
-
Method Details
-
fromString
Creates or finds a GetInsightsError from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding GetInsightsError.
-
values
Gets known GetInsightsError values.- Returns:
- known GetInsightsError values.
-