TestimoX

API Reference

Class

DnsRecordAgingPostureService

Namespace ADPlayground.Dns
Assembly ADPlayground
Modifiers static

Evaluates A, AAAA, and PTR records for aging and scavenging posture.

Inheritance

  • Object
  • DnsRecordAgingPostureService

Methods

Evaluate 2 overloads
public static DnsRecordAgingPostureSnapshot Evaluate(Options options) #
Returns: DnsRecordAgingPostureSnapshot

Collects DNS inventory and scavenging metadata, then evaluates record aging posture.

Parameters

options ADPlayground.Dns.DnsRecordAgingPostureService.Options requiredposition: 0
public static DnsRecordAgingPostureSnapshot Evaluate(DnsRecordInventorySnapshot inventory, IEnumerable<DnsZoneScavengingInfo> zoneScavenging, Options options = null) #
Returns: DnsRecordAgingPostureSnapshot

Evaluates record aging posture from existing inventory and zone scavenging metadata.

Parameters

inventory ADPlayground.Dns.DnsRecordInventorySnapshot requiredposition: 0
zoneScavenging System.Collections.Generic.IEnumerable{ADPlayground.Dns.DnsZoneScavengingInfo} requiredposition: 1
options ADPlayground.Dns.DnsRecordAgingPostureService.Options = null optionalposition: 2