API Reference
Class
BenchmarkWorkloadApplicability
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
- Property BenchmarkApplicability.Workloads
Constructors
public BenchmarkWorkloadApplicability() #Inherited Methods
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.