Uses of Class
com.azure.resourcemanager.securityinsights.models.InsightQueryItemPropertiesTableQuery
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of InsightQueryItemPropertiesTableQuery in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionInsightQueryItemProperties.tableQuery()
Get the tableQuery property: The insight table query.InsightQueryItemPropertiesTableQuery.withColumnsDefinitions
(List<InsightQueryItemPropertiesTableQueryColumnsDefinitionsItem> columnsDefinitions) Set the columnsDefinitions property: List of insight column definitions.InsightQueryItemPropertiesTableQuery.withQueriesDefinitions
(List<InsightQueryItemPropertiesTableQueryQueriesDefinitionsItem> queriesDefinitions) Set the queriesDefinitions property: List of insight queries definitions.Modifier and TypeMethodDescriptionInsightQueryItemProperties.withTableQuery
(InsightQueryItemPropertiesTableQuery tableQuery) Set the tableQuery property: The insight table query.