TestimoX

API Reference

Class

DnsDelegationMismatch

Namespace ADPlayground.Dns
Assembly ADPlayground

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 requiredposition: 0
DNS zone name.
missingForwarders System.Collections.Generic.IReadOnlyList{System.String} requiredposition: 1
Servers missing from forwarder configuration.
missingDelegations System.Collections.Generic.IReadOnlyList{System.String} requiredposition: 2
Servers missing from delegation records.

Properties

public String Zone { get; } #

Gets the zone name.

public IReadOnlyList<String> MissingForwarders { get; } #

Gets servers that should be forwarders but are not.

public IReadOnlyList<String> MissingDelegations { get; } #

Gets servers that should be delegated but are not.