Uses of Class
com.azure.resourcemanager.securityinsights.models.EntityMapping
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of EntityMapping in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionNrtAlertRuleProperties.entityMappings()
Get the entityMappings property: Array of the entity mappings of the alert rule.NrtAlertRuleTemplateProperties.entityMappings()
Get the entityMappings property: Array of the entity mappings of the alert rule.ScheduledAlertRuleTemplateProperties.entityMappings()
Get the entityMappings property: Array of the entity mappings of the alert rule.Modifier and TypeMethodDescriptionNrtAlertRuleProperties.withEntityMappings
(List<EntityMapping> entityMappings) Set the entityMappings property: Array of the entity mappings of the alert rule.NrtAlertRuleTemplateProperties.withEntityMappings
(List<EntityMapping> entityMappings) Set the entityMappings property: Array of the entity mappings of the alert rule.ScheduledAlertRuleProperties.withEntityMappings
(List<EntityMapping> entityMappings) Set the entityMappings property: Array of the entity mappings of the alert rule.ScheduledAlertRuleTemplateProperties.withEntityMappings
(List<EntityMapping> entityMappings) Set the entityMappings property: Array of the entity mappings of the alert rule. -
Uses of EntityMapping in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionEntityMapping.withEntityType
(EntityMappingType entityType) Set the entityType property: The V3 type of the mapped entity.EntityMapping.withFieldMappings
(List<FieldMapping> fieldMappings) Set the fieldMappings property: array of field mappings for the given entity mapping.Modifier and TypeMethodDescriptionNrtAlertRule.entityMappings()
Get the entityMappings property: Array of the entity mappings of the alert rule.NrtAlertRuleTemplate.entityMappings()
Get the entityMappings property: Array of the entity mappings of the alert rule.QueryBasedAlertRuleTemplateProperties.entityMappings()
Get the entityMappings property: Array of the entity mappings of the alert rule.ScheduledAlertRule.entityMappings()
Get the entityMappings property: Array of the entity mappings of the alert rule.ScheduledAlertRuleCommonProperties.entityMappings()
Get the entityMappings property: Array of the entity mappings of the alert rule.ScheduledAlertRuleTemplate.entityMappings()
Get the entityMappings property: Array of the entity mappings of the alert rule.Modifier and TypeMethodDescriptionNrtAlertRule.withEntityMappings
(List<EntityMapping> entityMappings) Set the entityMappings property: Array of the entity mappings of the alert rule.NrtAlertRuleTemplate.withEntityMappings
(List<EntityMapping> entityMappings) Set the entityMappings property: Array of the entity mappings of the alert rule.QueryBasedAlertRuleTemplateProperties.withEntityMappings
(List<EntityMapping> entityMappings) Set the entityMappings property: Array of the entity mappings of the alert rule.ScheduledAlertRule.withEntityMappings
(List<EntityMapping> entityMappings) Set the entityMappings property: Array of the entity mappings of the alert rule.ScheduledAlertRuleCommonProperties.withEntityMappings
(List<EntityMapping> entityMappings) Set the entityMappings property: Array of the entity mappings of the alert rule.ScheduledAlertRuleTemplate.withEntityMappings
(List<EntityMapping> entityMappings) Set the entityMappings property: Array of the entity mappings of the alert rule.