API Reference
Class
AdmxIntuneReadinessReport
Intune custom ADMX import readiness for one or more ADMX/ADML files.
Inheritance
- Object
- AdmxIntuneReadinessReport
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 AdmxIntuneReadinessReport() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Boolean IsReady { get; } #True when no Intune import compatibility issues were found.
public Int32 IssueCount { get; } #Total number of compatibility issues.
public Int32 RepairActionCount { get; } #Total number of preview repair actions inferred from the issues.
public IReadOnlyList<AdmxIntuneReadinessIssue> Issues { get; set; } #Issues that may block or weaken Intune custom ADMX import.
public IReadOnlyList<AdmxIntuneRepairAction> RepairActions { get; set; } #Preview-only repair actions that could produce an Intune-oriented copy.