Uses of Class
com.azure.resourcemanager.securityinsights.models.ExpansionEntityQuery
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of ExpansionEntityQuery in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionExpansionEntityQuery.withDataSources
(List<String> dataSources) Set the dataSources property: List of the data sources that are required to run the query.ExpansionEntityQuery.withDisplayName
(String displayName) Set the displayName property: The query display name.Set the etag property: Etag of the azure resource.ExpansionEntityQuery.withInputEntityType
(EntityType inputEntityType) Set the inputEntityType property: The type of the query's source entity.ExpansionEntityQuery.withInputFields
(List<String> inputFields) Set the inputFields property: List of the fields of the source entity that are required to run the query.ExpansionEntityQuery.withOutputEntityTypes
(List<EntityType> outputEntityTypes) Set the outputEntityTypes property: List of the desired output types to be constructed from the result.ExpansionEntityQuery.withQueryTemplate
(String queryTemplate) Set the queryTemplate property: The template query string to be parsed and formatted.