Compartir a través de


EventTriggerConfiguration Class

Definition

Trigger configuration of an event driven job.

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

Constructors

EventTriggerConfiguration()

Initializes a new instance of EventTriggerConfiguration.

Properties

Parallelism

Number of parallel replicas of a job that can run at a given time.

ReplicaCompletionCount

Minimum number of successful replica completions before overall job completion.

Scale

Scaling configurations for event driven jobs.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<EventTriggerConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EventTriggerConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EventTriggerConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EventTriggerConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EventTriggerConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to