SessionPoolUpdatableProperties Class
Container App session pool updatable properties.
Constructor
SessionPoolUpdatableProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
tags
|
Resource tags. |
|
identity
|
Managed identities needed by a session pool to interact with other Azure services to not maintain any secrets or credentials in code. |
|
properties
|
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: _models.ManagedServiceIdentity | None
properties
Session pool resource specific updatable properties.
properties: _models.SessionPoolUpdatablePropertiesProperties | None
tags
Resource tags.
tags: dict[str, str] | None