API Reference
Class
DnsDelegationMismatch
Represents validation results for a DNS zone delegation.
Inheritance
- Object
- DnsDelegationMismatch
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.