Uses of Class
com.azure.resourcemanager.securityinsights.models.AnomalyTimelineItem
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of AnomalyTimelineItem in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionAnomalyTimelineItem.withAzureResourceId
(String azureResourceId) Set the azureResourceId property: The anomaly azure resource id.AnomalyTimelineItem.withDescription
(String description) Set the description property: The anomaly description.AnomalyTimelineItem.withDisplayName
(String displayName) Set the displayName property: The anomaly name.AnomalyTimelineItem.withEndTimeUtc
(OffsetDateTime endTimeUtc) Set the endTimeUtc property: The anomaly end time.AnomalyTimelineItem.withIntent
(String intent) Set the intent property: The intent of the anomaly.AnomalyTimelineItem.withProductName
(String productName) Set the productName property: The anomaly product name.AnomalyTimelineItem.withReasons
(List<String> reasons) Set the reasons property: The reasons that cause the anomaly.AnomalyTimelineItem.withStartTimeUtc
(OffsetDateTime startTimeUtc) Set the startTimeUtc property: The anomaly start time.AnomalyTimelineItem.withTechniques
(List<String> techniques) Set the techniques property: The techniques of the anomaly.AnomalyTimelineItem.withTimeGenerated
(OffsetDateTime timeGenerated) Set the timeGenerated property: The anomaly generated time.AnomalyTimelineItem.withVendor
(String vendor) Set the vendor property: The name of the anomaly vendor.