BaselineAdjustedResult Class

Definition

Provides a compatibility shim for the BaselineAdjustedResult class.

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

Name Description
BaselineAdjustedResult()

Initializes a new instance of the BaselineAdjustedResult type for compatibility with the previous public API surface.

Properties

Name Description
Baseline

Gets or sets the Baseline value preserved from the previous public API surface.

ResultsNotInBaseline

Results that are not in the baseline.

ResultsOnlyInBaseline

Results that are in the baseline.

Status

Gets or sets the Status value preserved from the previous public API surface.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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