API Reference
Class
BenchmarkTargetDiscoveryResult
Contains a discovered Windows host and its typed benchmark resource targets.
Inheritance
- Object
- BenchmarkTargetDiscoveryResult
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 BenchmarkTargetDiscoveryResult() #Inherited Methods
Properties
public BenchmarkTarget Host { get; set; } #Gets or sets the enriched root Windows host.
public List<BenchmarkTarget> Targets { get; set; } #Gets or sets the host and workload-specific resource targets.
public List<String> Warnings { get; set; } #Gets or sets non-fatal discovery warnings requiring operator review.