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