ArmSecurityInsightsModelFactory.ActivityCustomEntityQuery Method

Definition

Initializes a new instance of ActivityCustomEntityQuery.

public static Azure.ResourceManager.SecurityInsights.Models.ActivityCustomEntityQuery ActivityCustomEntityQuery (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ETag? etag = default, string title = default, string content = default, string description = default, string query = 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, string templateName = default, bool? isEnabled = default, DateTimeOffset? createdOn = default, DateTimeOffset? lastModifiedOn = default);
static member ActivityCustomEntityQuery : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ETag> * string * string * string * string * Nullable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsEntityType> * seq<System.Collections.Generic.IList<string>> * System.Collections.Generic.IDictionary<string, System.Collections.Generic.IList<string>> * string * Nullable<bool> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> -> Azure.ResourceManager.SecurityInsights.Models.ActivityCustomEntityQuery
Public Shared Function ActivityCustomEntityQuery (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional etag As Nullable(Of ETag) = Nothing, Optional title As String = Nothing, Optional content As String = Nothing, Optional description As String = Nothing, Optional query As String = 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, Optional templateName As String = Nothing, Optional isEnabled As Nullable(Of Boolean) = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional lastModifiedOn As Nullable(Of DateTimeOffset) = Nothing) As ActivityCustomEntityQuery

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

etag
Nullable<ETag>

Etag of the azure resource.

title
String

The entity query title.

content
String

The entity query content to display in timeline.

description
String

The entity query description.

query
String

The Activity query definitions.

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.

templateName
String

The template id this activity was created from.

isEnabled
Nullable<Boolean>

Determines whether this activity is enabled or disabled.

createdOn
Nullable<DateTimeOffset>

The time the activity was created.

lastModifiedOn
Nullable<DateTimeOffset>

The last time the activity was updated.

Returns

A new ActivityCustomEntityQuery instance for mocking.

Applies to