BaseContainer Class

Container App base container definition.

Constructor

BaseContainer()

Variables

Name Description
image
str

Container image tag.

name
str

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.

Attributes

args

Container start command arguments.

args: list[str]

command

Container start command.

command: list[str]

env

Container environment variables.

env: list[azure.mgmt.appcontainers.types.EnvironmentVar]

image

Container image tag.

image: str

name

Custom container name.

name: str

resources

Container resource requirements.

resources: ContainerResources

volumeMounts

Container volume mounts.

volumeMounts: list[azure.mgmt.appcontainers.types.VolumeMount]