API Reference
Class
DnsPropagationSetAnalysis
Aggregates multiple DNS propagation analyses (for multiple record types) for a single subject.
Inheritance
- Object
- DnsPropagationSetAnalysis
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 DomainHealthCheck.DnsPropagationSet
- Property DnsPropagationSetInfo.Raw
Accepted by parameters
- Method Converters.Convert
Constructors
public DnsPropagationSetAnalysis() #Methods
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Subject { get; set; } #Domain being analyzed.
public List<DnsPropagationReportAnalysis> Items { get; } #Per-record-type DNS propagation summaries.
public virtual List<Assessment> Assessments { get; } #Aggregated assessments from all Items.
public IReadOnlyList<RecommendationAdvice> Recommendations { get; } #Represents the recommendations value.