TestimoX

API Reference

Class

Options (DnsCleanupPreviewService)

Namespace ADPlayground.Dns.DnsCleanupPreviewService
Assembly ADPlayground
Modifiers sealed

Options controlling DNS cleanup preview generation.

Inheritance

  • Object
  • Options

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

Properties

public String DomainName { get; set; } #

Domain name associated with the preview.

public String DnsServer { get; set; } #

DNS server to query. When omitted, ADPlayground resolves a domain controller from the domain.

public Int32 MaxActions { get; set; } #

Maximum preview actions to return. Zero or negative means no explicit limit.

public Boolean IncludeDanglingTargets { get; set; } #

Include dangling CNAME, MX, and SRV target cleanup candidates.

public Boolean IncludeForwardReverseParity { get; set; } #

Include forward/reverse PTR parity cleanup candidates.

public Boolean IncludeDcLocator { get; set; } #

Include stale AD DC locator SRV cleanup candidates.

public Boolean IncludeRecordAging { get; set; } #

Include stale/static DNS record aging cleanup candidates.