API Reference
Class
ForestBackupMetadataPostureService
Builds a reusable forest-wide posture view from per-domain Active Directory backup metadata.
Inheritance
- Object
- ForestBackupMetadataPostureService
Methods
Evaluate 2 overloads
public static View Evaluate(String forestName = null, Int32 maxAgeDays = 2) #Returns:
ViewEvaluates forest backup metadata posture using the current forest context.
Parameters
- forestName System.String = null
- Optional forest DNS name.
- maxAgeDays System.Int32 = 2
- Maximum acceptable age in days before a record is stale.
Returns
Typed forest backup metadata posture view.
public static View Evaluate(Options options, Func<String, IEnumerable<String>> domainEnumerator = null, Func<String, Int32, View> domainEvaluator = null) #Returns:
ViewEvaluates forest backup metadata posture using the supplied options.
Parameters
- options ADPlayground.Forests.ForestBackupMetadataPostureService.Options
- Evaluation options.
- domainEnumerator System.Func{System.String,System.Collections.Generic.IEnumerable{System.String}} = null
- Optional domain enumerator for tests and reuse.
- domainEvaluator System.Func{System.String,System.Int32,ADPlayground.Domains.BackupMetadataEvaluator.View} = null
- Optional per-domain evaluator for tests and reuse.
Returns
Typed forest backup metadata posture view.