API Reference
Class
TargetDecisionDiagnosticEntry
Structured target-selection diagnostic captured alongside inventory snapshots.
Inheritance
- Object
- TargetDecisionDiagnosticEntry
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 TargetDecisionDiagnosticEntry() #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 String Target { get; set; } #Gets or sets the target value.
public String Service { get; set; } #Gets or sets the service value.
public Nullable<Int32> PriorityScore { get; set; } #Gets or sets the priority score value.
public String Message { get; set; } #Gets or sets the message value.
public IReadOnlyList<String> TargetOrigins { get; set; } #Gets or sets the target origins value.