ICluster.DesiredPropertyDiagnosticLevel 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.
Desired level of diagnostic data emitted by the cluster.
[Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="Desired level of diagnostic data emitted by the cluster.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.DiagnosticLevel) }, ReadOnly=false, Required=false, SerializedName="diagnosticLevel")]
public Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.DiagnosticLevel? DesiredPropertyDiagnosticLevel { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Runtime.Info(Description="Desired level of diagnostic data emitted by the cluster.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.DiagnosticLevel) }, ReadOnly=false, Required=false, SerializedName="diagnosticLevel")>]
member this.DesiredPropertyDiagnosticLevel : Nullable<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.DiagnosticLevel> with get, set
Public Property DesiredPropertyDiagnosticLevel As Nullable(Of DiagnosticLevel)
Property Value
- Attributes