IDetectorResponse.MetadataSupportTopicList Property

Definition

List of Support Topics for which this detector is enabled.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="List of Support Topics for which this detector is enabled.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.ISupportTopic) }, Read=true, ReadOnly=true, Required=false, SerializedName="supportTopicList", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.ISupportTopic> MetadataSupportTopicList { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="List of Support Topics for which this detector is enabled.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.ISupportTopic) }, Read=true, ReadOnly=true, Required=false, SerializedName="supportTopicList", Update=false)>]
member this.MetadataSupportTopicList : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.ISupportTopic>
Public ReadOnly Property MetadataSupportTopicList As List(Of ISupportTopic)

Property Value

Attributes

Applies to