API Reference
Class
AdmxProviderMaintenanceProfileService
Loads ADMX provider maintenance profiles and converts them into executable maintenance options.
Inheritance
- Object
- AdmxProviderMaintenanceProfileService
Methods
public static AdmxProviderMaintenanceOptions LoadOptions(String profilePath, Nullable<Boolean> refreshCacheOverride = null) #Returns:
AdmxProviderMaintenanceOptionsLoads a JSON profile and resolves relative paths into executable maintenance options.
Parameters
- profilePath System.String
- Profile JSON path.
- refreshCacheOverride System.Nullable{System.Boolean} = null
- Optional refresh behavior override.
Returns
Resolved maintenance options.
public static AdmxProviderMaintenanceProfile LoadProfile(String profilePath) #Returns:
AdmxProviderMaintenanceProfileLoads a JSON ADMX provider maintenance profile from disk.
Parameters
- profilePath System.String
- Profile JSON path.
Returns
Deserialized maintenance profile.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object