API Reference
AdmxProviderMaintenanceEntry
Per-provider result from an ADMX provider maintenance run.
Inheritance
- Object
- AdmxProviderMaintenanceEntry
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
Constructors
public AdmxProviderMaintenanceEntry() #Inherited Methods
public override Boolean Equals(Object obj) #BooleanParameters
- obj Object
Properties
public String SourceId { get; set; } #Stable provider source catalog id, when available.
public String ProviderName { get; set; } #Provider name.
public Boolean Resolved { get; set; } #True when a release or existing catalog entry was resolved.
public Boolean Refreshed { get; set; } #True when the provider was refreshed into the cache during this run.
public String Version { get; set; } #Latest known provider version.
public String PreviousVersion { get; set; } #Previous known provider version.
public Boolean VersionChanged { get; set; } #True when the latest cache refresh changed the provider version.
public String PolicyDefinitionsRoot { get; set; } #Normalized PolicyDefinitions folder used for this provider.
public String ManifestPath { get; set; } #Cached release manifest path that can be passed to Update-ADXAdmx.
public AdmxProviderCacheComparison Comparison { get; set; } #File-level comparison result, when a destination was supplied.
public Int32 AddCount { get; set; } #Number of cached files missing from destination.
public Int32 OverwriteCount { get; set; } #Number of cached files that differ from destination.
public Int32 ReviewCount { get; set; } #Number of cached files that require manual review.
public IReadOnlyList<String> Warnings { get; set; } #Provider-specific warnings.
public String Error { get; set; } #Error message when the provider could not be processed.