API Reference
Class
DnsZonePtrAutomationService
Evaluates Microsoft DNS zone metadata for associated PTR auto-creation posture.
Inheritance
- Object
- DnsZonePtrAutomationService
Methods
public static DnsZonePtrAutomationSnapshot BuildSnapshot(String domainName, String dnsServer, IEnumerable<DnsZonePtrAutomationItem> items, Boolean collectionSucceeded = true, String collectionError = "", DnsCollectionDiagnostics diagnostics = null) #Returns:
DnsZonePtrAutomationSnapshotBuilds a PTR automation posture snapshot from already collected items.
Parameters
- domainName System.String
- dnsServer System.String
- items System.Collections.Generic.IEnumerable{ADPlayground.Dns.DnsZonePtrAutomationItem}
- collectionSucceeded System.Boolean = true
- collectionError System.String = ""
- diagnostics ADPlayground.Dns.DnsCollectionDiagnostics = null
public static DnsZonePtrAutomationSnapshot Evaluate(Options options) #Returns:
DnsZonePtrAutomationSnapshotCollects zone metadata and evaluates associated PTR automation posture.
Parameters
- options ADPlayground.Dns.DnsZonePtrAutomationService.Options
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object