BaselineAdjustedResult interface
The rule result adjusted with baseline.
Properties
baseline | Baseline details. |
results |
Results the are not in baseline. |
results |
Results the are in baseline. |
status | The rule result status. |
Property Details
baseline
resultsNotInBaseline
Results the are not in baseline.
resultsNotInBaseline?: string[][]
Property Value
string[][]
resultsOnlyInBaseline
Results the are in baseline.
resultsOnlyInBaseline?: string[][]
Property Value
string[][]
status
The rule result status.
status?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript