Container Group Definition Container Definition Args
Details about a container that is used in a container fleet
Constructors
Properties
A descriptive label for the container definition. Container definition names must be unique with a container group definition.
A list of container dependencies that determines when this container starts up and shuts down. For container groups with multiple containers, dependencies let you define a startup/shutdown sequence across the containers.
The entry point that's passed to the container so that it will run as an executable. If there are multiple arguments, each argument is a string in the array.
The environment variables to pass to a container.
Specifies how the health of the containers will be checked.
Specifies how much memory is available to the container. You must specify at least this parameter or the TotalMemoryLimit parameter of the ContainerGroupDefinition.
Defines the ports on the container.
The digest of the container image.
The working directory to run commands inside the container in.