TriggerEvaluationProperty Class

Definition

Trigger evaluation response.

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

Properties

EvaluationEndOn

The time when the evaluation is end.

QuickAssessments

List of quick assessments.

ResourceIds

List of resource ids to be evaluated.

TriggerOn

The time when the evaluation is triggered.

Explicit Interface Implementations

IJsonModel<TriggerEvaluationProperty>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TriggerEvaluationProperty>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TriggerEvaluationProperty>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TriggerEvaluationProperty>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TriggerEvaluationProperty>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to