IDiagnosticAnalysis.Payload Property
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.
Data by each detector
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Data by each detector", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisData) }, ReadOnly=false, Required=false, SerializedName="payload")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisData[] Payload { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Data by each detector", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisData) }, ReadOnly=false, Required=false, SerializedName="payload")>]
member this.Payload : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IAnalysisData[] with get, set
Public Property Payload As IAnalysisData()
Property Value
- Attributes