Uses of Class
com.azure.resourcemanager.securityinsights.models.EntityExpandParameters
Package
Description
Package containing the service clients for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of EntityExpandParameters in com.azure.resourcemanager.securityinsights.fluent
Modifier and TypeMethodDescriptionEntitiesClient.expand
(String resourceGroupName, String workspaceName, String entityId, EntityExpandParameters parameters) Expands an entity.com.azure.core.http.rest.Response<EntityExpandResponseInner>
EntitiesClient.expandWithResponse
(String resourceGroupName, String workspaceName, String entityId, EntityExpandParameters parameters, com.azure.core.util.Context context) Expands an entity. -
Uses of EntityExpandParameters in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionEntityExpandParameters.withEndTime
(OffsetDateTime endTime) Set the endTime property: The end date filter, so the only expansion results returned are before this date.EntityExpandParameters.withExpansionId
(UUID expansionId) Set the expansionId property: The Id of the expansion to perform.EntityExpandParameters.withStartTime
(OffsetDateTime startTime) Set the startTime property: The start date filter, so the only expansion results returned are after this date.Modifier and TypeMethodDescriptionEntities.expand
(String resourceGroupName, String workspaceName, String entityId, EntityExpandParameters parameters) Expands an entity.com.azure.core.http.rest.Response<EntityExpandResponse>
Entities.expandWithResponse
(String resourceGroupName, String workspaceName, String entityId, EntityExpandParameters parameters, com.azure.core.util.Context context) Expands an entity.