IExpansionEntityQuery.DataSource Property

Definition

List of the data sources that are required to run the query

[Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="List of the data sources that are required to run the query", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="dataSources", Update=true)]
public System.Collections.Generic.List<string> DataSource { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.Info(Create=true, Description="List of the data sources that are required to run the query", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="dataSources", Update=true)>]
member this.DataSource : System.Collections.Generic.List<string> with get, set
Public Property DataSource As List(Of String)

Property Value

Attributes

Applies to