你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SessionPoolUpdatableProperties Class

Container App session pool updatable properties.

Constructor

SessionPoolUpdatableProperties(*, tags: Dict[str, str] | None = None, identity: _models.ManagedServiceIdentity | None = None, scale_configuration: _models.ScaleConfiguration | None = None, secrets: List[_models.SessionPoolSecret] | None = None, dynamic_pool_configuration: _models.DynamicPoolConfiguration | None = None, custom_container_template: _models.CustomContainerTemplate | None = None, session_network_configuration: _models.SessionNetworkConfiguration | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
tags

Resource tags.

Default value: None
identity

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

Default value: None
scale_configuration

The scale configuration of the session pool.

Default value: None
secrets

The secrets of the session pool.

Default value: None
dynamic_pool_configuration

The pool configuration if the poolManagementType is dynamic.

Default value: None
custom_container_template

The custom container configuration if the containerType is CustomContainer.

Default value: None
session_network_configuration

The network configuration of the sessions in the session pool.

Default value: None

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.

scale_configuration

The scale configuration of the session pool.

secrets

The secrets of the session pool.

dynamic_pool_configuration

The pool configuration if the poolManagementType is dynamic.

custom_container_template

The custom container configuration if the containerType is CustomContainer.

session_network_configuration

The network configuration of the sessions in the session pool.