TestimoX

API Reference

Class

BenchmarkPolicyScope

Namespace TestimoX.Benchmarks.Policy
Assembly TestimoX
Modifiers sealed

Scopes a governed benchmark decision to explicit hosts, profiles, roles, or workloads.

Inheritance

  • Object
  • BenchmarkPolicyScope

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

Properties

public List<String> ComputerNames { get; set; } #

Gets or sets wildcard computer-name patterns; an empty list matches every target.

public List<BenchmarkTargetRole> TargetRoles { get; set; } #

Gets or sets target roles; an empty list matches every role.

public List<BenchmarkWorkloadRole> WorkloadAnyOf { get; set; } #

Gets or sets workload roles of which at least one must be declared.

public List<String> ProfileIds { get; set; } #

Gets or sets selected benchmark profile IDs; an empty list matches every profile selection.