Compartir a través de


DnsServiceLogLevel Estructura

Definición

Nivel de registro del servicio DNS.

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

Constructores

DnsServiceLogLevel(String)

Inicializa una nueva instancia de la clase DnsServiceLogLevel.

Propiedades

Debug

DEPURACIÓN.

Error

ERROR.

Fatal

FATAL.

Info

INFORMACIÓN.

Warning

ADVERTENCIA.

Métodos

Equals(DnsServiceLogLevel)

Indica si el objeto actual es igual que otro objeto del mismo tipo.

ToString()

Devuelve el nombre de tipo completo de esta instancia.

Operadores

Equality(DnsServiceLogLevel, DnsServiceLogLevel)

Determina si dos DnsServiceLogLevel valores son los mismos.

Implicit(String to DnsServiceLogLevel)

Convierte una cadena en un DnsServiceLogLevel.

Inequality(DnsServiceLogLevel, DnsServiceLogLevel)

Determina si dos DnsServiceLogLevel valores no son los mismos.

Se aplica a