API Reference
Class
DnsDelegationMismatch
Represents validation results for a DNS zone delegation.
Inheritance
- Object
- DnsDelegationMismatch
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
Constructors
public DnsDelegationMismatch(String zone, IReadOnlyList<String> missingForwarders, IReadOnlyList<String> missingDelegations) #Initializes a new instance of the DnsDelegationMismatch class.
Parameters
- zone System.String
- DNS zone name.
- missingForwarders System.Collections.Generic.IReadOnlyList{System.String}
- Servers missing from forwarder configuration.
- missingDelegations System.Collections.Generic.IReadOnlyList{System.String}
- Servers missing from delegation records.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object