API Reference
Class
TargetDecisionSummaryEntry
Grouped summary bucket for target-selection diagnostics.
Inheritance
- Object
- TargetDecisionSummaryEntry
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 TargetDecisionSummaryEntry() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Stage { get; set; } #Gets or sets the stage value.
public String Action { get; set; } #Gets or sets the action value.
public String Reason { get; set; } #Gets or sets the reason value.
public String Severity { get; set; } #Gets or sets the severity value.
public String RecommendedAction { get; set; } #Gets or sets the recommended action value.
public Int32 Count { get; set; } #Gets or sets the count value.
public IReadOnlyList<String> ExampleTargets { get; set; } #Gets or sets the example targets value.
public IReadOnlyList<String> ExampleServices { get; set; } #Gets or sets the example services value.
public IReadOnlyList<String> TargetOrigins { get; set; } #Gets or sets the target origins value.