API Reference
Class
AdmxIntuneReadinessSummary
Policy-level Intune readiness summary suitable for catalog and website projections.
Inheritance
- Object
- AdmxIntuneReadinessSummary
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
public AdmxIntuneReadinessSummary() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Boolean IsReady { get; set; } #True when this policy has no detected Intune import compatibility issues.
public Int32 IssueCount { get; set; } #Total number of detected issues for this policy.
public Int32 RepairActionCount { get; set; } #Total number of preview repair actions for this policy.
public IReadOnlyList<String> IssueIds { get; set; } #Stable issue identifiers detected for this policy.
public IReadOnlyList<String> Notes { get; set; } #Human-readable readiness notes for this policy.