API Reference
Class
DnsDebugStatus
Represents DNS debug logging configuration for a server.
Inheritance
- Object
- DnsDebugStatus
Constructors
public DnsDebugStatus(String DomainController, String LogPath, Int32 LogFileSizeMb, UInt32 PacketDetails, Boolean Enabled) #Represents DNS debug logging configuration for a server.
Parameters
- DomainController System.String
- LogPath System.String
- LogFileSizeMb System.Int32
- PacketDetails System.UInt32
- Enabled System.Boolean
Methods
public virtual DnsDebugStatus <Clone>$() #Returns:
DnsDebugStatuspublic Void Deconstruct(out String DomainController, out String LogPath, out Int32 LogFileSizeMb, out UInt32 PacketDetails, out Boolean Enabled) #Returns:
VoidParameters
- DomainController String
- LogPath String
- LogFileSizeMb Int32
- PacketDetails UInt32
- Enabled Boolean
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public String FriendlySummary { get; } #Gets a user friendly summary of the DNS debug settings.
public String DomainController { get; set; } #public String LogPath { get; set; } #public Int32 LogFileSizeMb { get; set; } #public UInt32 PacketDetails { get; set; } #public Boolean Enabled { get; set; } #