API Reference
Class
DesiredStateAnalysis
Stores desired state conformance results as structured assessments.
Inheritance
- Object
- DesiredStateAnalysis
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
- Method DesiredStateEvaluator.Evaluate
- Property DesiredStateInfo.Raw
Accepted by parameters
- Method DesiredStateAssessmentSplitter.Split
- Method Converters.Convert
Constructors
public DesiredStateAnalysis() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Subject { get; set; } #Domain name the desired state evaluation applies to.
public Nullable<MailDomainClassificationCategory> MailClassification { get; set; } #Mail classification used when selecting the baseline (when available).
public Boolean Conforms { get; set; } #Indicates whether the domain conforms to the desired state baseline.
public DesiredStateMode Mode { get; set; } #Mode used when presenting desired state vs best-practice results.
public virtual List<Assessment> Assessments { get; } #Structured assessments describing conformance and drift.
public IReadOnlyList<RecommendationAdvice> Recommendations { get; } #Actionable recommendations derived from assessments.