ArmSecurityInsightsModelFactory.ActivityEntityQuery Method
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.
Initializes a new instance of ActivityEntityQuery.
public static Azure.ResourceManager.SecurityInsights.Models.ActivityEntityQuery ActivityEntityQuery (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 ActivityEntityQuery : 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.ActivityEntityQuery
Public Shared Function ActivityEntityQuery (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 ActivityEntityQuery
Parameters
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.
- 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.
- createdOn
- Nullable<DateTimeOffset>
The time the activity was created.
- lastModifiedOn
- Nullable<DateTimeOffset>
The last time the activity was updated.
Returns
A new ActivityEntityQuery instance for mocking.
Applies to
Azure SDK for .NET