Share via


DnsServiceLogLevel Struct

Definition

DNS Service log level.

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

Constructors

DnsServiceLogLevel(String)

Initializes a new instance of DnsServiceLogLevel.

Properties

Debug

DEBUG.

Error

ERROR.

Fatal

FATAL.

Info

INFO.

Warning

WARNING.

Methods

Equals(DnsServiceLogLevel)

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(DnsServiceLogLevel, DnsServiceLogLevel)

Determines if two DnsServiceLogLevel values are the same.

Implicit(String to DnsServiceLogLevel)

Converts a string to a DnsServiceLogLevel.

Inequality(DnsServiceLogLevel, DnsServiceLogLevel)

Determines if two DnsServiceLogLevel values are not the same.

Applies to