Uses of Class
com.azure.resourcemanager.securityinsights.models.EntityItemQueryKind
Package
Description
Package containing the service clients for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of EntityItemQueryKind in com.azure.resourcemanager.securityinsights.fluent
Modifier and TypeMethodDescriptionEntitiesClient.queries
(String resourceGroupName, String workspaceName, String entityId, EntityItemQueryKind kind) Get Insights and Activities for an entity.com.azure.core.http.rest.Response<GetQueriesResponseInner>
EntitiesClient.queriesWithResponse
(String resourceGroupName, String workspaceName, String entityId, EntityItemQueryKind kind, com.azure.core.util.Context context) Get Insights and Activities for an entity. -
Uses of EntityItemQueryKind in com.azure.resourcemanager.securityinsights.models
Modifier and TypeFieldDescriptionstatic final EntityItemQueryKind
EntityItemQueryKind.INSIGHT
Static value Insight for EntityItemQueryKind.Modifier and TypeMethodDescriptionstatic EntityItemQueryKind
EntityItemQueryKind.fromString
(String name) Creates or finds a EntityItemQueryKind from its string representation.Modifier and TypeMethodDescriptionstatic Collection<EntityItemQueryKind>
EntityItemQueryKind.values()
Gets known EntityItemQueryKind values.Modifier and TypeMethodDescriptionEntities.queries
(String resourceGroupName, String workspaceName, String entityId, EntityItemQueryKind kind) Get Insights and Activities for an entity.com.azure.core.http.rest.Response<GetQueriesResponse>
Entities.queriesWithResponse
(String resourceGroupName, String workspaceName, String entityId, EntityItemQueryKind kind, com.azure.core.util.Context context) Get Insights and Activities for an entity.