API Reference
Class
DnsZoneDynamicUpdatePostureService
Derives DNS dynamic update posture from reusable DNS zone security inventory.
Inheritance
- Object
- DnsZoneDynamicUpdatePostureService
Methods
Evaluate 2 overloads
public static DnsZoneDynamicUpdatePostureSnapshot Evaluate(DnsZoneSecuritySnapshot snapshot) #Returns:
DnsZoneDynamicUpdatePostureSnapshotEvaluates dynamic update exposure for a domain.
Parameters
- domainName System.String
- DNS domain name.
Returns
Dynamic update posture snapshot.
Evaluate(ADPlayground.Dns.DnsZoneSecuritySnapshot snapshot) #Evaluates dynamic update exposure from an already collected zone security snapshot.
Parameters
- snapshot ADPlayground.Dns.DnsZoneSecuritySnapshot
- DNS zone security snapshot.
Returns
Dynamic update posture snapshot.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object