Uses of Class
com.azure.resourcemanager.securityinsights.fluent.models.EntityQueryTemplateInner
Package
Description
Package containing the service clients for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of EntityQueryTemplateInner in com.azure.resourcemanager.securityinsights.fluent
Modifier and TypeMethodDescriptionEntityQueryTemplatesClient.get
(String resourceGroupName, String workspaceName, String entityQueryTemplateId) Gets an entity query.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<EntityQueryTemplateInner>
EntityQueryTemplatesClient.getWithResponse
(String resourceGroupName, String workspaceName, String entityQueryTemplateId, com.azure.core.util.Context context) Gets an entity query.com.azure.core.http.rest.PagedIterable<EntityQueryTemplateInner>
Gets all entity query templates.com.azure.core.http.rest.PagedIterable<EntityQueryTemplateInner>
EntityQueryTemplatesClient.list
(String resourceGroupName, String workspaceName, Constant88 kind, com.azure.core.util.Context context) Gets all entity query templates. -
Uses of EntityQueryTemplateInner in com.azure.resourcemanager.securityinsights.models
Modifier and TypeClassDescriptionfinal class
Represents Activity entity query.Modifier and TypeMethodDescriptionEntityQueryTemplate.innerModel()
Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.EntityQueryTemplateInner object.Modifier and TypeMethodDescriptionEntityQueryTemplateList.value()
Get the value property: Array of entity query templates.Modifier and TypeMethodDescriptionEntityQueryTemplateList.withValue
(List<EntityQueryTemplateInner> value) Set the value property: Array of entity query templates.