API Reference
Class
AdmxProviderCachePostureOptions
Options for ADMX provider cache posture evaluation.
Inheritance
- Object
- AdmxProviderCachePostureOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public AdmxProviderCachePostureOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ProviderCacheRoot { get; set; } #Optional provider cache root that contains catalog.json.
public String ProviderName { get; set; } #Optional provider name to resolve from the maintained cache catalog.
public String CachePolicyDefinitionsRoot { get; set; } #Optional normalized provider cache PolicyDefinitions folder. When omitted, destination health is evaluated directly.
public String DestinationRoot { get; set; } #Destination Central Store or PolicyDefinitions folder.
public String Language { get; set; } #Preferred ADML language.
public Boolean CopyAllLanguages { get; set; } #When true, compare all ADML language folders.
public String[] Languages { get; set; } #Optional whitelist of ADML language folders.
public String[] DesiredLanguages { get; set; } #Desired Central Store ADML language folders for posture and preview planning.