ActivityEntityQueryTemplate Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents Activity entity query.
public class ActivityEntityQueryTemplate : Azure.ResourceManager.SecurityInsights.SecurityInsightsEntityQueryTemplateData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.ActivityEntityQueryTemplate>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.ActivityEntityQueryTemplate>
type ActivityEntityQueryTemplate = class
inherit SecurityInsightsEntityQueryTemplateData
interface IJsonModel<ActivityEntityQueryTemplate>
interface IPersistableModel<ActivityEntityQueryTemplate>
Public Class ActivityEntityQueryTemplate
Inherits SecurityInsightsEntityQueryTemplateData
Implements IJsonModel(Of ActivityEntityQueryTemplate), IPersistableModel(Of ActivityEntityQueryTemplate)
- Inheritance
- Implements
Constructors
ActivityEntityQueryTemplate() |
Initializes a new instance of ActivityEntityQueryTemplate. |
Properties
Content |
The entity query content to display in timeline. |
DataTypes |
List of required data types for the given entity query template. |
Description |
The entity query description. |
EntitiesFilter |
The query applied only to entities matching to all filters. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
InputEntityType |
The type of the query's source entity. |
Name |
The name of the resource. (Inherited from ResourceData) |
QueryDefinitions |
The Activity query definitions. |
RequiredInputFieldsSets |
List of the fields of the source entity that are required to run the query. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Title |
The entity query title. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET