HciClusterDiagnosticLevel Struct
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.
public readonly struct HciClusterDiagnosticLevel : IEquatable<Azure.ResourceManager.Hci.Models.HciClusterDiagnosticLevel>
type HciClusterDiagnosticLevel = struct
Public Structure HciClusterDiagnosticLevel
Implements IEquatable(Of HciClusterDiagnosticLevel)
- Inheritance
-
HciClusterDiagnosticLevel
- Implements
Constructors
HciClusterDiagnosticLevel(String) |
Initializes a new instance of HciClusterDiagnosticLevel. |
Properties
Basic |
Basic. |
Enhanced |
Enhanced. |
Off |
Off. |
Methods
Equals(HciClusterDiagnosticLevel) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(HciClusterDiagnosticLevel, HciClusterDiagnosticLevel) |
Determines if two HciClusterDiagnosticLevel values are the same. |
Implicit(String to HciClusterDiagnosticLevel) |
Converts a string to a HciClusterDiagnosticLevel. |
Inequality(HciClusterDiagnosticLevel, HciClusterDiagnosticLevel) |
Determines if two HciClusterDiagnosticLevel values are not the same. |