API Reference
Class
DnsRecordAgingPostureService
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:
DnsRecordAgingPostureSnapshotCollects DNS inventory and scavenging metadata, then evaluates record aging posture.
Parameters
- options ADPlayground.Dns.DnsRecordAgingPostureService.Options
public static DnsRecordAgingPostureSnapshot Evaluate(DnsRecordInventorySnapshot inventory, IEnumerable<DnsZoneScavengingInfo> zoneScavenging, Options options = null) #Returns:
DnsRecordAgingPostureSnapshotEvaluates record aging posture from existing inventory and zone scavenging metadata.
Parameters
- inventory ADPlayground.Dns.DnsRecordInventorySnapshot
- zoneScavenging System.Collections.Generic.IEnumerable{ADPlayground.Dns.DnsZoneScavengingInfo}
- options ADPlayground.Dns.DnsRecordAgingPostureService.Options = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object