Uses of Class
com.azure.resourcemanager.securityinsights.models.EntityInsightItemQueryTimeInterval
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of EntityInsightItemQueryTimeInterval in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionEntityInsightItem.queryTimeInterval()
Get the queryTimeInterval property: The Time interval that the query actually executed on.EntityInsightItemQueryTimeInterval.withEndTime
(OffsetDateTime endTime) Set the endTime property: Insight query end time.EntityInsightItemQueryTimeInterval.withStartTime
(OffsetDateTime startTime) Set the startTime property: Insight query start time.Modifier and TypeMethodDescriptionEntityInsightItem.withQueryTimeInterval
(EntityInsightItemQueryTimeInterval queryTimeInterval) Set the queryTimeInterval property: The Time interval that the query actually executed on.