次の方法で共有


HciClusterDiagnosticLevel 構造体

定義

クラスターによって出力される診断データの目的のレベル。

public readonly struct HciClusterDiagnosticLevel : IEquatable<Azure.ResourceManager.Hci.Models.HciClusterDiagnosticLevel>
type HciClusterDiagnosticLevel = struct
Public Structure HciClusterDiagnosticLevel
Implements IEquatable(Of HciClusterDiagnosticLevel)
継承
HciClusterDiagnosticLevel
実装

コンストラクター

HciClusterDiagnosticLevel(String)

HciClusterDiagnosticLevel の新しいインスタンスを初期化します。

プロパティ

Basic

基本。

Enhanced

強化。

Off

オフ。

メソッド

Equals(HciClusterDiagnosticLevel)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(HciClusterDiagnosticLevel, HciClusterDiagnosticLevel)

2 つの HciClusterDiagnosticLevel 値が同じかどうかを判断します。

Implicit(String to HciClusterDiagnosticLevel)

文字列を HciClusterDiagnosticLevel に変換します。

Inequality(HciClusterDiagnosticLevel, HciClusterDiagnosticLevel)

2 つの HciClusterDiagnosticLevel 値が同じでないかどうかを判断します。

適用対象