Uses of Class
com.azure.resourcemanager.securityinsights.models.ThreatIntelligenceMetricEntity
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of ThreatIntelligenceMetricEntity in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionThreatIntelligenceMetricEntity.withMetricName
(String metricName) Set the metricName property: Metric name.ThreatIntelligenceMetricEntity.withMetricValue
(Integer metricValue) Set the metricValue property: Metric value.Modifier and TypeMethodDescriptionThreatIntelligenceMetric.patternTypeMetrics()
Get the patternTypeMetrics property: Pattern type metrics.ThreatIntelligenceMetric.sourceMetrics()
Get the sourceMetrics property: Source metrics.ThreatIntelligenceMetric.threatTypeMetrics()
Get the threatTypeMetrics property: Threat type metrics.Modifier and TypeMethodDescriptionThreatIntelligenceMetric.withPatternTypeMetrics
(List<ThreatIntelligenceMetricEntity> patternTypeMetrics) Set the patternTypeMetrics property: Pattern type metrics.ThreatIntelligenceMetric.withSourceMetrics
(List<ThreatIntelligenceMetricEntity> sourceMetrics) Set the sourceMetrics property: Source metrics.ThreatIntelligenceMetric.withThreatTypeMetrics
(List<ThreatIntelligenceMetricEntity> threatTypeMetrics) Set the threatTypeMetrics property: Threat type metrics.