Share via


DetectorInfo.SupportTopicList Property

Definition

Gets list of Support Topics for which this detector is enabled.

[Newtonsoft.Json.JsonProperty(PropertyName="supportTopicList")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.SupportTopic> SupportTopicList { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="supportTopicList")>]
member this.SupportTopicList : System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.SupportTopic>
Public ReadOnly Property SupportTopicList As IList(Of SupportTopic)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to