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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python