Uses of Class
com.azure.resourcemanager.securityinsights.models.InsightQueryItemProperties
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of InsightQueryItemProperties in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionInsightQueryItem.properties()
Get the properties property: Properties bag for InsightQueryItem.InsightQueryItemProperties.withAdditionalQuery
(InsightQueryItemPropertiesAdditionalQuery additionalQuery) Set the additionalQuery property: The activity query definitions.InsightQueryItemProperties.withBaseQuery
(String baseQuery) Set the baseQuery property: The base query of the insight.InsightQueryItemProperties.withChartQuery
(Object chartQuery) Set the chartQuery property: The insight chart query.InsightQueryItemProperties.withDataTypes
(List<EntityQueryItemPropertiesDataTypesItem> dataTypes) Set the dataTypes property: Data types for template.InsightQueryItemProperties.withDefaultTimeRange
(InsightQueryItemPropertiesDefaultTimeRange defaultTimeRange) Set the defaultTimeRange property: The insight chart query.InsightQueryItemProperties.withDescription
(String description) Set the description property: The insight description.InsightQueryItemProperties.withDisplayName
(String displayName) Set the displayName property: The insight display name.InsightQueryItemProperties.withEntitiesFilter
(Object entitiesFilter) Set the entitiesFilter property: The query applied only to entities matching to all filters.InsightQueryItemProperties.withInputEntityType
(EntityType inputEntityType) Set the inputEntityType property: The type of the entity.InsightQueryItemProperties.withReferenceTimeRange
(InsightQueryItemPropertiesReferenceTimeRange referenceTimeRange) Set the referenceTimeRange property: The insight chart query.InsightQueryItemProperties.withRequiredInputFieldsSets
(List<List<String>> requiredInputFieldsSets) Set the requiredInputFieldsSets property: Data types for template.InsightQueryItemProperties.withTableQuery
(InsightQueryItemPropertiesTableQuery tableQuery) Set the tableQuery property: The insight table query.Modifier and TypeMethodDescriptionInsightQueryItem.withProperties
(InsightQueryItemProperties properties) Set the properties property: Properties bag for InsightQueryItem.