ICluster.ReportedPropertyDiagnosticLevel 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.
Level of diagnostic data emitted by the cluster.
[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.PSArgumentCompleter(new System.String[] { "Off", "Basic", "Enhanced" })]
[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Create=false, Description="Level of diagnostic data emitted by the cluster.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="diagnosticLevel", Update=false)]
public string ReportedPropertyDiagnosticLevel { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.PSArgumentCompleter(new System.String[] { "Off", "Basic", "Enhanced" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Create=false, Description="Level of diagnostic data emitted by the cluster.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="diagnosticLevel", Update=false)>]
member this.ReportedPropertyDiagnosticLevel : string
Public ReadOnly Property ReportedPropertyDiagnosticLevel As String
Property Value
- Attributes