IActivityEntityQueryTemplate.DataType Property

Definition

List of required data types for the given entity query template

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="List of required data types for the given entity query template", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IDataTypeDefinitions) }, Read=true, ReadOnly=false, Required=false, SerializedName="dataTypes", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IDataTypeDefinitions> DataType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="List of required data types for the given entity query template", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IDataTypeDefinitions) }, Read=true, ReadOnly=false, Required=false, SerializedName="dataTypes", Update=true)>]
member this.DataType : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.IDataTypeDefinitions> with get, set
Public Property DataType As List(Of IDataTypeDefinitions)

Property Value

Attributes

Applies to