JobConfigurationEventTriggerConfig Class
Trigger configuration of an event driven job.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelJobConfigurationEventTriggerConfig
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
|
Minimum number of successful replica completions before overall job completion. |
parallelism
|
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
|
Minimum number of successful replica completions before overall job completion. |
parallelism
|
Number of parallel replicas of a job that can run at a given time. |
scale
|
Scaling configurations for event driven jobs. |
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python