SessionPoolUpdatableProperties Class

Container App session pool updatable properties.

Constructor

SessionPoolUpdatableProperties()

Variables

Name Description
tags

Resource tags.

identity
<xref:<xref:"ManagedServiceIdentity">>

Managed identities needed by a session pool to interact with other Azure services to not maintain any secrets or credentials in code.

properties
<xref:<xref:"SessionPoolUpdatablePropertiesProperties">>

Session pool resource specific updatable properties.

Attributes

identity

Managed identities needed by a session pool to interact with other Azure services to not maintain any secrets or credentials in code.

identity: ManagedServiceIdentity

properties

Session pool resource specific updatable properties.

properties: SessionPoolUpdatablePropertiesProperties

tags

Resource tags.

tags: dict[str, str]