JobExecutionTemplate Class
Job's execution template, containing container configuration for a job's execution.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelJobExecutionTemplate
Constructor
JobExecutionTemplate(*, containers: List[_models.JobExecutionContainer] | None = None, init_containers: List[_models.JobExecutionContainer] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
containers
|
List of container definitions for the Container Apps Job. |
init_containers
|
List of specialized containers that run before job containers. |
Variables
Name | Description |
---|---|
containers
|
List of container definitions for the Container Apps Job. |
init_containers
|
List of specialized containers that run before job containers. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python