Uses of Class
com.azure.resourcemanager.securityinsights.models.InsightQueryItemPropertiesTableQueryQueriesDefinitionsItem
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of InsightQueryItemPropertiesTableQueryQueriesDefinitionsItem in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionInsightQueryItemPropertiesTableQueryQueriesDefinitionsItem.withFilter
(String filter) Set the filter property: Insight column header.InsightQueryItemPropertiesTableQueryQueriesDefinitionsItem.withLinkColumnsDefinitions
(List<InsightQueryItemPropertiesTableQueryQueriesDefinitionsPropertiesItemsItem> linkColumnsDefinitions) Set the linkColumnsDefinitions property: Insight column header.InsightQueryItemPropertiesTableQueryQueriesDefinitionsItem.withProject
(String project) Set the project property: Insight column header.InsightQueryItemPropertiesTableQueryQueriesDefinitionsItem.withSummarize
(String summarize) Set the summarize property: Insight column header.Modifier and TypeMethodDescriptionInsightQueryItemPropertiesTableQuery.queriesDefinitions()
Get the queriesDefinitions property: List of insight queries definitions.Modifier and TypeMethodDescriptionInsightQueryItemPropertiesTableQuery.withQueriesDefinitions
(List<InsightQueryItemPropertiesTableQueryQueriesDefinitionsItem> queriesDefinitions) Set the queriesDefinitions property: List of insight queries definitions.