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
public class BaselineAdjustedResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.BaselineAdjustedResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.BaselineAdjustedResult>
type BaselineAdjustedResult = class
type BaselineAdjustedResult = class
interface IJsonModel<BaselineAdjustedResult>
interface IPersistableModel<BaselineAdjustedResult>
Public Class BaselineAdjustedResult
Public Class BaselineAdjustedResult
Implements IJsonModel(Of BaselineAdjustedResult), IPersistableModel(Of BaselineAdjustedResult)
- Inheritance
-
BaselineAdjustedResult
- Implements
Constructors
BaselineAdjustedResult() |
Initializes a new instance of BaselineAdjustedResult. |
Properties
Baseline |
Baseline details. |
ResultsNotInBaseline |
Results the are not in baseline. |
ResultsOnlyInBaseline |
Results the are in baseline. |
Status |
The rule result status. |
Explicit Interface Implementations
IJsonModel<BaselineAdjustedResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<BaselineAdjustedResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<BaselineAdjustedResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<BaselineAdjustedResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<BaselineAdjustedResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET