DiagnosticAnalysisInner.Payload Property

Definition

Gets or sets data by each detector

[Newtonsoft.Json.JsonProperty(PropertyName="properties.payload")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.AnalysisData> Payload { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.payload")>]
member this.Payload : System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.AnalysisData> with get, set
Public Property Payload As IList(Of AnalysisData)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to