ReevaluateResult Class

Definition

Reevaluate response object.

public class ReevaluateResult : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.ReevaluateResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.ReevaluateResult>
type ReevaluateResult = class
    interface IJsonModel<ReevaluateResult>
    interface IPersistableModel<ReevaluateResult>
Public Class ReevaluateResult
Implements IJsonModel(Of ReevaluateResult), IPersistableModel(Of ReevaluateResult)
Inheritance
ReevaluateResult
Implements

Properties

LastEvaluatedOn

The time stamp (UTC) when the recommendation was last evaluated.

Explicit Interface Implementations

IJsonModel<ReevaluateResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ReevaluateResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ReevaluateResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ReevaluateResult>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ReevaluateResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to