Uses of Class
com.azure.resourcemanager.securityinsights.fluent.models.EntityQueryInner
Package
Description
Package containing the service clients for SecurityInsights.
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of EntityQueryInner in com.azure.resourcemanager.securityinsights.fluent
Modifier and TypeMethodDescriptionEntityQueriesClient.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<EntityQueryInner>
EntityQueriesClient.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<EntityQueryInner>
EntityQueriesClient.getWithResponse
(String resourceGroupName, String workspaceName, String entityQueryId, com.azure.core.util.Context context) Gets an entity query.com.azure.core.http.rest.PagedIterable<EntityQueryInner>
Gets all entity queries.com.azure.core.http.rest.PagedIterable<EntityQueryInner>
EntityQueriesClient.list
(String resourceGroupName, String workspaceName, EntityQueriesKind kind, com.azure.core.util.Context context) Gets all entity queries. -
Uses of EntityQueryInner in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionSet the etag property: Etag of the azure resource. -
Uses of EntityQueryInner in com.azure.resourcemanager.securityinsights.models
Modifier and TypeClassDescriptionfinal class
Represents Activity entity query.final class
Represents Expansion entity query.Modifier and TypeMethodDescriptionEntityQuery.innerModel()
Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.EntityQueryInner object.Modifier and TypeMethodDescriptionEntityQueryList.value()
Get the value property: Array of entity queries.Modifier and TypeMethodDescriptionEntityQueryList.withValue
(List<EntityQueryInner> value) Set the value property: Array of entity queries.