Container Class
Container App container definition.
Constructor
Container()
Variables
| Name | Description |
|---|---|
|
image
|
Container image tag. |
|
name
|
Custom container name. |
|
command
|
Container start command. |
|
args
|
Container start command arguments. |
|
env
|
list[<xref:"EnvironmentVar">]
Container environment variables. |
|
resources
|
<xref:<xref:"ContainerResources">>
Container resource requirements. |
|
volume_mounts
|
list[<xref:"VolumeMount">]
Container volume mounts. |
|
probes
|
list[<xref:"ContainerAppProbe">]
List of probes for the container. |
Attributes
probes
List of probes for the container.
probes: list[azure.mgmt.appcontainers.types.ContainerAppProbe]
args
args: list[str]
command
command: list[str]
env
env: list[azure.mgmt.appcontainers.types.EnvironmentVar]
image
image: str
name
name: str
resources
resources: ContainerResources
volumeMounts
volumeMounts: list[azure.mgmt.appcontainers.types.VolumeMount]