次の方法で共有


IDiagnosticsDefinition.SupportTopicList Property

Definition

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> SupportTopicList { 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.SupportTopicList : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.App.Models.IDiagnosticSupportTopic> with get, set
Public Property SupportTopicList As List(Of IDiagnosticSupportTopic)

Property Value

Attributes

Applies to