Uses of Class
com.azure.resourcemanager.securityinsights.models.EntityInsightItem
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of EntityInsightItem in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionEntityGetInsightsResponseInner.value()
Get the value property: The insights result values.Modifier and TypeMethodDescriptionEntityGetInsightsResponseInner.withValue
(List<EntityInsightItem> value) Set the value property: The insights result values. -
Uses of EntityInsightItem in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionEntityInsightItem.withChartQueryResults
(List<InsightsTableResult> chartQueryResults) Set the chartQueryResults property: Query results for table insights query.EntityInsightItem.withQueryId
(String queryId) Set the queryId property: The query id of the insight.EntityInsightItem.withQueryTimeInterval
(EntityInsightItemQueryTimeInterval queryTimeInterval) Set the queryTimeInterval property: The Time interval that the query actually executed on.EntityInsightItem.withTableQueryResults
(InsightsTableResult tableQueryResults) Set the tableQueryResults property: Query results for table insights query.Modifier and TypeMethodDescriptionEntityGetInsightsResponse.value()
Gets the value property: The insights result values.