IAnalysisData.Data Property

Definition

Additional Source Data

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Additional Source Data", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.INameValuePair) }, Read=true, ReadOnly=false, Required=false, SerializedName="data", Update=true)]
public System.Collections.Generic.List<System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.INameValuePair>> Data { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Additional Source Data", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.INameValuePair) }, Read=true, ReadOnly=false, Required=false, SerializedName="data", Update=true)>]
member this.Data : System.Collections.Generic.List<System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.INameValuePair>> with get, set
Public Property Data As List(Of List(Of INameValuePair))

Property Value

Attributes

Applies to