API Reference
Class
ForestSubnetCoveragePostureService
Builds a reusable forest subnet/site coverage posture view for reporting and rules.
Inheritance
- Object
- ForestSubnetCoveragePostureService
Methods
Evaluate 2 overloads
public static View Evaluate(String forestName = null, Boolean includeRegistry = false) #Returns:
ViewEvaluates forest subnet coverage posture for the specified forest.
Parameters
- forestName System.String = null
- Optional target forest DNS name.
- includeRegistry System.Boolean = false
- When true, reads optional AutoSiteCoverage registry posture.
Returns
Typed forest subnet coverage view.
public static View Evaluate(Options options) #Returns:
ViewEvaluates forest subnet coverage posture using the supplied options.
Parameters
- options ADPlayground.Replication.ForestSubnetCoveragePostureService.Options
- Evaluation options.
Returns
Typed forest subnet coverage view.