다음을 통해 공유


HciClusterDiagnosticLevel Struct

Definition

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.

Applies to