你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
BaselineAdjustedResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The rule result adjusted with baseline.
public class BaselineAdjustedResult
type BaselineAdjustedResult = class
Public Class BaselineAdjustedResult
- Inheritance
-
BaselineAdjustedResult
Constructors
BaselineAdjustedResult() |
Initializes a new instance of the BaselineAdjustedResult class. |
BaselineAdjustedResult(Baseline, String, IList<IList<String>>, IList<IList<String>>) |
Initializes a new instance of the BaselineAdjustedResult class. |
Properties
Baseline |
Gets or sets baseline details. |
ResultsNotInBaseline |
Gets or sets results the are not in baseline. |
ResultsOnlyInBaseline |
Gets or sets results the are in baseline. |
Status |
Gets or sets the rule result status. Possible values include: 'NonFinding', 'Finding', 'InternalError' |
Extension Methods
ConvertToPSType(BaselineAdjustedResult) |