IDiagnosticResource.Diagnostic Property

Definition

Array of Diagnostics.

[Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Runtime.Info(Create=false, Description="Array of Diagnostics.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.IDiagnostic) }, Read=true, ReadOnly=true, Required=false, SerializedName="diagnostics", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.IDiagnostic> Diagnostic { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Runtime.Info(Create=false, Description="Array of Diagnostics.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.IDiagnostic) }, Read=true, ReadOnly=true, Required=false, SerializedName="diagnostics", Update=false)>]
member this.Diagnostic : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Models.IDiagnostic>
Public ReadOnly Property Diagnostic As List(Of IDiagnostic)

Property Value

Attributes

Applies to