API Reference
Class
BenchmarkUnresolvedTargetSource
Describes one source-backed target group that a deployment provider must resolve.
Inheritance
- Object
- BenchmarkUnresolvedTargetSource
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 BenchmarkUnresolvedTargetSource() #Inherited Methods
Properties
public String TargetGroupId { get; set; } #Gets or sets the target group identifier.
public BenchmarkTargetSourceKind SourceKind { get; set; } #Gets or sets the source kind.
public String Source { get; set; } #Gets or sets the source expression.
public BenchmarkTargetKind TargetKind { get; set; } #Gets or sets the concrete target kind created for each resolved inventory name.
public String WaveId { get; set; } #Gets or sets the wave identifier.
public Dictionary<String, String> Labels { get; set; } #Gets or sets source-group routing labels.
public BenchmarkTargetRole ExpectedTargetRole { get; set; } #Gets or sets the infrastructure role asserted by the source target group.
public List<BenchmarkWorkloadRole> WorkloadRoles { get; set; } #Gets or sets typed workload declarations from the source target group.