Uses of Class
com.azure.resourcemanager.securityinsights.models.InsightsTableResult
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of InsightsTableResult in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionEntityInsightItem.tableQueryResults()
Get the tableQueryResults property: Query results for table insights query.InsightsTableResult.withColumns
(List<InsightsTableResultColumnsItem> columns) Set the columns property: Columns Metadata of the table.Set the rows property: Rows data of the table.Modifier and TypeMethodDescriptionEntityInsightItem.chartQueryResults()
Get the chartQueryResults property: Query results for table insights query.Modifier and TypeMethodDescriptionEntityInsightItem.withTableQueryResults
(InsightsTableResult tableQueryResults) Set the tableQueryResults property: Query results for table insights query.Modifier and TypeMethodDescriptionEntityInsightItem.withChartQueryResults
(List<InsightsTableResult> chartQueryResults) Set the chartQueryResults property: Query results for table insights query.