TestimoX

API Reference

Class

BenchmarkWorkloadApplicability

Namespace TestimoX.Benchmarks
Assembly TestimoX
Modifiers sealed

Defines workload declarations that make a pack or control applicable to a target.

Inheritance

  • Object
  • BenchmarkWorkloadApplicability

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

public BenchmarkWorkloadApplicability() #

Properties

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

Gets or sets roles of which at least one must be declared on the target.

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

Gets or sets roles that must all be declared on the target.

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

Gets or sets roles that make the pack or control inapplicable when declared on the target.