ArmSecurityInsightsModelFactory.ActivityEntityQueryTemplate Method

Definition

Initializes a new instance of ActivityEntityQueryTemplate.

public static Azure.ResourceManager.SecurityInsights.Models.ActivityEntityQueryTemplate ActivityEntityQueryTemplate (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string title = default, string content = default, string description = default, Azure.ResourceManager.SecurityInsights.Models.ActivityEntityQueryDefinition queryDefinitions = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityInsights.Models.DataTypeDefinitions> dataTypes = default, Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsEntityType? inputEntityType = default, System.Collections.Generic.IEnumerable<System.Collections.Generic.IList<string>> requiredInputFieldsSets = default, System.Collections.Generic.IDictionary<string,System.Collections.Generic.IList<string>> entitiesFilter = default);
static member ActivityEntityQueryTemplate : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string * Azure.ResourceManager.SecurityInsights.Models.ActivityEntityQueryDefinition * seq<Azure.ResourceManager.SecurityInsights.Models.DataTypeDefinitions> * Nullable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsEntityType> * seq<System.Collections.Generic.IList<string>> * System.Collections.Generic.IDictionary<string, System.Collections.Generic.IList<string>> -> Azure.ResourceManager.SecurityInsights.Models.ActivityEntityQueryTemplate
Public Shared Function ActivityEntityQueryTemplate (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional title As String = Nothing, Optional content As String = Nothing, Optional description As String = Nothing, Optional queryDefinitions As ActivityEntityQueryDefinition = Nothing, Optional dataTypes As IEnumerable(Of DataTypeDefinitions) = Nothing, Optional inputEntityType As Nullable(Of SecurityInsightsEntityType) = Nothing, Optional requiredInputFieldsSets As IEnumerable(Of IList(Of String)) = Nothing, Optional entitiesFilter As IDictionary(Of String, IList(Of String)) = Nothing) As ActivityEntityQueryTemplate

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

title
String

The entity query title.

content
String

The entity query content to display in timeline.

description
String

The entity query description.

queryDefinitions
ActivityEntityQueryDefinition

The Activity query definitions.

dataTypes
IEnumerable<DataTypeDefinitions>

List of required data types for the given entity query template.

inputEntityType
Nullable<SecurityInsightsEntityType>

The type of the query's source entity.

requiredInputFieldsSets
IEnumerable<IList<String>>

List of the fields of the source entity that are required to run the query.

entitiesFilter
IDictionary<String,IList<String>>

The query applied only to entities matching to all filters.

Returns

A new ActivityEntityQueryTemplate instance for mocking.

Applies to