Uses of Interface
com.azure.resourcemanager.securityinsights.models.EntityQuery
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of EntityQuery in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionEntityQueries.createOrUpdate
(String resourceGroupName, String workspaceName, String entityQueryId, CustomEntityQuery entityQuery) Creates or updates the entity query.Gets an entity query.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<EntityQuery>
EntityQueries.createOrUpdateWithResponse
(String resourceGroupName, String workspaceName, String entityQueryId, CustomEntityQuery entityQuery, com.azure.core.util.Context context) Creates or updates the entity query.com.azure.core.http.rest.Response<EntityQuery>
EntityQueries.getWithResponse
(String resourceGroupName, String workspaceName, String entityQueryId, com.azure.core.util.Context context) Gets an entity query.com.azure.core.http.rest.PagedIterable<EntityQuery>
Gets all entity queries.com.azure.core.http.rest.PagedIterable<EntityQuery>
EntityQueries.list
(String resourceGroupName, String workspaceName, EntityQueriesKind kind, com.azure.core.util.Context context) Gets all entity queries.