Uses of Class
com.azure.resourcemanager.securityinsights.models.InsightQueryItemPropertiesTableQueryColumnsDefinitionsItem
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of InsightQueryItemPropertiesTableQueryColumnsDefinitionsItem in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionInsightQueryItemPropertiesTableQueryColumnsDefinitionsItem.withHeaderProperty
(String headerProperty) Set the headerProperty property: Insight column header.InsightQueryItemPropertiesTableQueryColumnsDefinitionsItem.withOutputType
(OutputType outputType) Set the outputType property: Insights Column type.InsightQueryItemPropertiesTableQueryColumnsDefinitionsItem.withSupportDeepLink
(Boolean supportDeepLink) Set the supportDeepLink property: Is query supports deep-link.Modifier and TypeMethodDescriptionInsightQueryItemPropertiesTableQuery.columnsDefinitions()
Get the columnsDefinitions property: List of insight column definitions.Modifier and TypeMethodDescriptionInsightQueryItemPropertiesTableQuery.withColumnsDefinitions
(List<InsightQueryItemPropertiesTableQueryColumnsDefinitionsItem> columnsDefinitions) Set the columnsDefinitions property: List of insight column definitions.