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.

Constructor

JobTemplate()

Variables

Name Description
init_containers
list[<xref:"InitContainer">]

List of specialized containers that run before app containers.

containers
list[<xref:"Container">]

List of container definitions for the Container App.

volumes
list[<xref:"Volume">]

List of volume definitions for the Container App.

Attributes

containers

List of container definitions for the Container App.

containers: list[azure.mgmt.appcontainers.types.Container]

initContainers

List of specialized containers that run before app containers.

initContainers: list[azure.mgmt.appcontainers.types.InitContainer]

volumes

List of volume definitions for the Container App.

volumes: list[azure.mgmt.appcontainers.types.Volume]