次の方法で共有


DnsServiceLogLevel 構造体

定義

DNS サービス ログ レベル。

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

コンストラクター

DnsServiceLogLevel(String)

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

プロパティ

Debug

デバッグ。

Error

エラー。

Fatal

致命的。

Info

情報。

Warning

警告。

メソッド

Equals(DnsServiceLogLevel)

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

ToString()

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

演算子

Equality(DnsServiceLogLevel, DnsServiceLogLevel)

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

Implicit(String to DnsServiceLogLevel)

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

Inequality(DnsServiceLogLevel, DnsServiceLogLevel)

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

適用対象