JobTemplate Class
Container Apps Job versioned application definition. Defines the desired state of an immutable revision. Any changes to this section Will result in a new revision being created.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelJobTemplate
Constructor
JobTemplate(*, init_containers: List[_models.InitContainer] | None = None, containers: List[_models.Container] | None = None, volumes: List[_models.Volume] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
init_containers
|
List of specialized containers that run before app containers. |
containers
|
List of container definitions for the Container App. |
volumes
|
List of volume definitions for the Container App. |
Variables
Name | Description |
---|---|
init_containers
|
List of specialized containers that run before app containers. |
containers
|
List of container definitions for the Container App. |
volumes
|
List of volume definitions for the Container App. |
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