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.
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, 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, string query = default);
static member ActivityEntityQuery : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ETag> * 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> * string -> 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 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, Optional query As String = Nothing) As ActivityEntityQuery
Parameters
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
- name
- String
The name of the resource.
- resourceType
- ResourceType
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".
- systemData
- SystemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
- title
- String
The entity query title.
- content
- String
The entity query content to display in timeline.
- description
- String
The entity query description.
- 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.
- query
- String
The Activity query to run on a given entity.
Returns
A new ActivityEntityQuery instance for mocking.