API Reference
DesiredStateInfo
Provides desired state info functionality.
Inheritance
- Object
- DesiredStateInfo
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 Converters.Convert
Constructors
public DesiredStateInfo() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public String Subject { get; set; } #Gets or sets the subject value.
public MailDomainClassificationCategory MailClassification { get; set; } #Gets or sets the mail classification value.
public DesiredStateMode Mode { get; set; } #Gets or sets the mode value.
public Boolean Conforms { get; set; } #Gets or sets the conforms value.
public Int32 TotalAssessments { get; set; } #Gets or sets the total assessments value.
public Int32 InfoCount { get; set; } #Gets or sets the info count value.
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 Int32 BestPracticeTotalAssessments { get; set; } #Gets or sets the best practice total assessments value.
public Int32 BestPracticeInfoCount { get; set; } #Gets or sets the best practice info count value.
public Int32 BestPracticeWarningCount { get; set; } #Gets or sets the best practice warning count value.
public Int32 BestPracticeErrorCount { get; set; } #Gets or sets the best practice error count value.
public IReadOnlyList<Assessment> DesiredAssessments { get; set; } #Gets or sets the desired assessments value.
public IReadOnlyList<Assessment> BestPracticeAssessments { get; set; } #Gets or sets the best practice assessments value.
public IReadOnlyList<RecommendationAdvice> Recommendations { get; set; } #Gets or sets the recommendations value.
public IReadOnlyList<RecommendationAdvice> Positives { get; set; } #Gets or sets the positives value.
public IReadOnlyList<RecommendationAdvice> BestPracticeRecommendations { get; set; } #Gets or sets the best practice recommendations value.
public IReadOnlyList<RecommendationAdvice> BestPracticePositives { get; set; } #Gets or sets the best practice positives value.
public IReadOnlyList<String> References { get; set; } #Gets or sets the references value.
public String SectionKey { get; set; } #Gets or sets the section key value.
public DesiredStateAnalysis Raw { get; set; } #Gets or sets the raw value.