JobConfigurationEventTriggerConfig Class

Trigger configuration of an event driven job.

Inheritance
azure.mgmt.appcontainers._serialization.Model
JobConfigurationEventTriggerConfig

Constructor

JobConfigurationEventTriggerConfig(*, replica_completion_count: int | None = None, parallelism: int | None = None, scale: _models.JobScale | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
replica_completion_count
int

Minimum number of successful replica completions before overall job completion.

parallelism
int

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

scale

Scaling configurations for event driven jobs.

Variables

Name Description
replica_completion_count
int

Minimum number of successful replica completions before overall job completion.

parallelism
int

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

scale

Scaling configurations for event driven jobs.