DetectorAbnormalTimePeriod.Solutions Property

Definition

Gets or sets list of proposed solutions

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to