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.

probes
list[<xref:"SessionProbe">]

List of probes for the container.

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

probes

List of probes for the container.

probes: list[azure.mgmt.appcontainers.types.SessionProbe]

resources

Container resource requirements.

resources: SessionContainerResources