Megosztás a következőn keresztül:


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

is debug.

Error

is error.

Fatal

is fatal.

Info

is info.

Warning

is 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