Domain Detective

API Reference

Class

DesiredStateAnalysis

Namespace DomainDetective.DesiredState
Assembly DomainDetective
Implements
Modifiers sealed

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

Accepted by parameters

Constructors

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.

{{ include "footer" }}