Uses of Class
com.azure.resourcemanager.securityinsights.models.EntityTimelineParameters
Package
Description
Package containing the service clients for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of EntityTimelineParameters in com.azure.resourcemanager.securityinsights.fluent
Modifier and TypeMethodDescriptionEntitiesGetTimelinesClient.list
(String resourceGroupName, String workspaceName, String entityId, EntityTimelineParameters parameters) Timeline for an entity.com.azure.core.http.rest.Response<EntityTimelineResponseInner>
EntitiesGetTimelinesClient.listWithResponse
(String resourceGroupName, String workspaceName, String entityId, EntityTimelineParameters parameters, com.azure.core.util.Context context) Timeline for an entity. -
Uses of EntityTimelineParameters in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionEntityTimelineParameters.withEndTime
(OffsetDateTime endTime) Set the endTime property: The end timeline date, so the results returned are before this date.EntityTimelineParameters.withKinds
(List<EntityTimelineKind> kinds) Set the kinds property: Array of timeline Item kinds.EntityTimelineParameters.withNumberOfBucket
(Integer numberOfBucket) Set the numberOfBucket property: The number of bucket for timeline queries aggregation.EntityTimelineParameters.withStartTime
(OffsetDateTime startTime) Set the startTime property: The start timeline date, so the results returned are after this date.Modifier and TypeMethodDescriptionEntitiesGetTimelines.list
(String resourceGroupName, String workspaceName, String entityId, EntityTimelineParameters parameters) Timeline for an entity.com.azure.core.http.rest.Response<EntityTimelineResponse>
EntitiesGetTimelines.listWithResponse
(String resourceGroupName, String workspaceName, String entityId, EntityTimelineParameters parameters, com.azure.core.util.Context context) Timeline for an entity.