Class ThreatIntelligenceMetrics
java.lang.Object
com.azure.resourcemanager.securityinsights.models.ThreatIntelligenceMetrics
Threat intelligence metrics.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the properties property: Threat intelligence metrics.void
validate()
Validates the instance.withProperties
(ThreatIntelligenceMetric properties) Set the properties property: Threat intelligence metrics.
-
Constructor Details
-
ThreatIntelligenceMetrics
public ThreatIntelligenceMetrics()
-
-
Method Details
-
properties
Get the properties property: Threat intelligence metrics.- Returns:
- the properties value.
-
withProperties
Set the properties property: Threat intelligence metrics.- Parameters:
properties
- the properties value to set.- Returns:
- the ThreatIntelligenceMetrics object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-