TriggerEvaluationContent Class

Definition

Trigger evaluation request.

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

Constructors

TriggerEvaluationContent(IEnumerable<String>)

Initializes a new instance of TriggerEvaluationContent.

Properties

ResourceIds

List of resource ids to be evaluated.

Explicit Interface Implementations

IJsonModel<TriggerEvaluationContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TriggerEvaluationContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<TriggerEvaluationContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TriggerEvaluationContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TriggerEvaluationContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to