API Reference
Class
DnsServerLoggingConfigInfo
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.
Returned or exposed by
- Method DnsServerLoggingConfigInfo.<Clone>$
- Method DnsServerLoggingConfigService.GetConfig
- Property QueryResult.Config
Accepted by parameters
- Constructor QueryResult.QueryResult
- Method QueryResult.Deconstruct
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
- Target DNS server.
- EventLogLevel System.Nullable{System.UInt32}
- Raw DNS event log level.
- LogLevel System.Nullable{System.UInt32}
- Raw DNS debug log level bitmask.
- LogFilePath System.String
- DNS debug log path.
- LogFileMaxSize System.Nullable{System.UInt32}
- DNS debug log maximum size in bytes.
Methods
public DnsServerLoggingConfigInfo <Clone>$() #Returns:
DnsServerLoggingConfigInfopublic Void Deconstruct(out String Server, out Nullable<UInt32> EventLogLevel, out Nullable<UInt32> LogLevel, out String LogFilePath, out Nullable<UInt32> LogFileMaxSize) #Returns:
VoidParameters
- Server String
- EventLogLevel Nullable<UInt32>
- LogLevel Nullable<UInt32>
- LogFilePath String
- LogFileMaxSize Nullable<UInt32>
public virtual Boolean Equals(DnsServerLoggingConfigInfo other) #Returns:
BooleanParameters
- obj Object
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
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.