API Reference
DnsZoneOverviewServerItem
Aggregated DNS zone overview for a single DNS server.
Inheritance
- Object
- DnsZoneOverviewServerItem
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property Snapshot.Servers
- Property DomainDnsZoneOverviewSnapshot.Servers
Constructors
public DnsZoneOverviewServerItem() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public String DnsServer { get; set; } #DNS server represented by this overview row.
public Int32 ZoneRowCount { get; set; } #Total zone rows returned by the DNS server.
public Int32 ForwardZoneCount { get; set; } #Total forward lookup zones returned by the DNS server.
public Int32 ReverseZoneCount { get; set; } #Total reverse lookup zones returned by the DNS server.
public Int32 AdInfrastructureZoneCount { get; set; } #Total AD DNS infrastructure zones returned by the DNS server.
public Int32 DsIntegratedZoneCount { get; set; } #Total AD-integrated zones returned by the DNS server.
public Int32 PrimaryZoneCount { get; set; } #Total primary zones returned by the DNS server.
public Int32 SecondaryZoneCount { get; set; } #Total secondary zones returned by the DNS server.
public Int32 StubZoneCount { get; set; } #Total stub zones returned by the DNS server.
public Int32 ForwarderZoneCount { get; set; } #Total forwarder zones returned by the DNS server.
public Int32 BroadZoneTransferCount { get; set; } #Total zones allowing broad zone transfers.
public Int32 RestrictedTransferWithoutAllowListCount { get; set; } #Total zones that restrict transfers to listed servers but expose no allow list.
public Int32 DynamicUpdateDisabledCount { get; set; } #Total zones with dynamic updates disabled.
public Int32 NonsecureDynamicUpdateCount { get; set; } #Total zones allowing nonsecure and secure dynamic updates.
public Int32 SecureDynamicUpdateCount { get; set; } #Total zones allowing secure-only dynamic updates.
public Int32 ScavengingEnabledZoneCount { get; set; } #Total zones with scavenging enabled.
public Int32 ScavengingWithoutExplicitOwnerCount { get; set; } #Total zones with scavenging enabled and no explicit scavenging owner list.
public Int32 AutoCreatePtrZoneCount { get; set; } #Total zones reporting associated PTR auto-creation enabled.
public IReadOnlyList<String> ZoneNames { get; set; } #Zone names returned by this DNS server.