TestimoX

API Reference

Class

DnsServerLoggingConfigInfo

Namespace ADPlayground.Dns
Assembly ADPlayground
Implements
IEquatable<DnsServerLoggingConfigInfo>
Modifiers sealed

DNS server logging configuration read from MicrosoftDNS server properties.

Inheritance

  • Object
  • DnsServerLoggingConfigInfo

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

public DnsServerLoggingConfigInfo(String Server, Nullable<UInt32> EventLogLevel, Nullable<UInt32> LogLevel, String LogFilePath, Nullable<UInt32> LogFileMaxSize) #

DNS server logging configuration read from MicrosoftDNS server properties.

Parameters

Server System.String requiredposition: 0
Target DNS server.
EventLogLevel System.Nullable{System.UInt32} requiredposition: 1
Raw DNS event log level.
LogLevel System.Nullable{System.UInt32} requiredposition: 2
Raw DNS debug log level bitmask.
LogFilePath System.String requiredposition: 3
DNS debug log path.
LogFileMaxSize System.Nullable{System.UInt32} requiredposition: 4
DNS debug log maximum size in bytes.

Methods

public DnsServerLoggingConfigInfo <Clone>$() #
Returns: DnsServerLoggingConfigInfo
public Void Deconstruct(out String Server, out Nullable<UInt32> EventLogLevel, out Nullable<UInt32> LogLevel, out String LogFilePath, out Nullable<UInt32> LogFileMaxSize) #
Returns: Void

Parameters

Server String requiredposition: 0
EventLogLevel Nullable<UInt32> requiredposition: 1
LogLevel Nullable<UInt32> requiredposition: 2
LogFilePath String requiredposition: 3
LogFileMaxSize Nullable<UInt32> requiredposition: 4
public virtual Boolean Equals(DnsServerLoggingConfigInfo other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public String Server { get; set; } #

Target DNS server.

public Nullable<UInt32> EventLogLevel { get; set; } #

Raw DNS event log level.

public Nullable<UInt32> LogLevel { get; set; } #

Raw DNS debug log level bitmask.

public String LogFilePath { get; set; } #

DNS debug log path.

public Nullable<UInt32> LogFileMaxSize { get; set; } #

DNS debug log maximum size in bytes.