SessionContainer Class

Container definitions for the sessions of the session pool.

Constructor

SessionContainer()

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:"SessionContainerResources">>

Container resource requirements.

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: SessionContainerResources