IDiagnosticAnalysisProperties.Payload Property

Definition

Data by each detector

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

Property Value

Attributes

Applies to