API Reference
Class
DomainDnsZoneHostingConfigurationPostureService
Builds DNS zone hosting and configuration sanity posture from the reusable DNS zone overview snapshot.
Inheritance
- Object
- DomainDnsZoneHostingConfigurationPostureService
Methods
public static Snapshot BuildSnapshot(DomainDnsZoneOverviewSnapshot overview) #Returns:
SnapshotBuilds DNS zone hosting and configuration posture from an existing overview snapshot.
Parameters
- overview ADPlayground.Dns.DomainDnsZoneOverviewSnapshot
- Reusable DNS zone overview snapshot.
Returns
DNS zone hosting and configuration posture snapshot.
public static Snapshot Evaluate(Options options) #Returns:
SnapshotEvaluates DNS zone hosting and configuration posture for a domain.
Parameters
- options ADPlayground.Dns.DomainDnsZoneHostingConfigurationPostureService.Options
- Posture collection options.
Returns
DNS zone hosting and configuration posture snapshot.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object