API Reference
NsInfo
View model summarizing NS (authoritative name servers) analysis.
Inheritance
- Object
- NsInfo
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 DomainOverviewInfo.Ns
- Property Microsoft365OverviewInfo.Ns
Accepted by parameters
Constructors
public NsInfo() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public HealthCheckType Check { get; set; } #Type of health check.
public AnalysisArea Area { get; set; } #Logical analysis area.
public IReadOnlyList<String> NsRecords { get; set; } #NS records at the child zone.
public Boolean NsRecordExists { get; set; } #True when at least one NS record exists.
public Boolean HasDuplicates { get; set; } #True when duplicate NS names are present.
public Boolean AtLeastTwoRecords { get; set; } #True when two or more NS records exist.
public Boolean AllHaveAOrAaaa { get; set; } #True when every NS name resolves to A/AAAA.
public Boolean PointsToCname { get; set; } #True when any NS name points to a CNAME.
public Boolean HasDiverseLocations { get; set; } #True when NS servers are geographically diverse.
public Int32 AsnDistinctCount { get; set; } #Number of distinct ASNs among NS IP addresses.
public IReadOnlyList<String> ParentNsRecords { get; set; } #NS records at the parent zone (delegation).
public Boolean DelegationMatches { get; set; } #True when parent and child NS sets match.
public Boolean GlueRecordsComplete { get; set; } #True when glue records are present for in-bailiwick NS.
public Boolean GlueRecordsConsistent { get; set; } #True when glue records are consistent across authoritative servers.
public IReadOnlyDictionary<String, Boolean> RootServerResponses { get; set; } #DNS response status from root/parent servers.
public IReadOnlyDictionary<String, Boolean> RecursionEnabled { get; set; } #Recursion availability results per server.
public IReadOnlyList<Assessment> Assessments { get; set; } #Assessment list.
public String Status { get; set; } #Overall status (OK/Warning/Error).
public Int32 WarningCount { get; set; } #Gets or sets the warning count value.
public Int32 ErrorCount { get; set; } #Gets or sets the error count value.
public String Summary { get; set; } #Short summary text for executive reports.
public IReadOnlyList<RecommendationAdvice> Recommendations { get; set; } #Actionable recommendations.
public IReadOnlyList<RecommendationAdvice> Positives { get; set; } #Positive posture notes.
public IReadOnlyList<String> References { get; set; } #Reference links.