IDiagnostics.MetadataSupportTopicList 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.
List of support topics
[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="List of support topics", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.IDiagnosticSupportTopic) }, Read=true, ReadOnly=false, Required=false, SerializedName="supportTopicList", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.App.Models.IDiagnosticSupportTopic> MetadataSupportTopicList { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="List of support topics", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.IDiagnosticSupportTopic) }, Read=true, ReadOnly=false, Required=false, SerializedName="supportTopicList", Update=true)>]
member this.MetadataSupportTopicList : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.App.Models.IDiagnosticSupportTopic> with get, set
Public Property MetadataSupportTopicList As List(Of IDiagnosticSupportTopic)
Property Value
- Attributes