API Reference
Class
DomainDnsZoneOverviewService
DNS zone overview collection and WMI mapping helpers.
Inheritance
- Object
- DomainDnsZoneOverviewService
Methods
public static DomainDnsZoneOverviewSnapshot BuildSnapshot(String domainName, IEnumerable<QueryResult> results, DnsCollectionDiagnostics diagnostics = null) #Returns:
DomainDnsZoneOverviewSnapshotBuilds an overview snapshot from already collected per-server rows.
Parameters
- domainName System.String
- results System.Collections.Generic.IEnumerable{ADPlayground.Dns.DomainDnsZoneOverviewService.QueryResult}
- diagnostics ADPlayground.Dns.DnsCollectionDiagnostics = null
public static DomainDnsZoneOverviewSnapshot Evaluate(Options options) #Returns:
DomainDnsZoneOverviewSnapshotCollects domain-wide DNS zone overview metadata.
Parameters
- options ADPlayground.Dns.DomainDnsZoneOverviewService.Options
- Overview options.
Returns
Domain-wide DNS zone overview snapshot.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object