SessionPoolUpdatablePropertiesProperties Class

Session pool resource specific updatable properties.

Constructor

SessionPoolUpdatablePropertiesProperties(*args: Any, **kwargs: Any)

Variables

Name Description
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.

Attributes

custom_container_template

The custom container configuration if the containerType is CustomContainer.

custom_container_template: _models.CustomContainerTemplate | None

dynamic_pool_configuration

The pool configuration if the poolManagementType is dynamic.

dynamic_pool_configuration: _models.DynamicPoolConfiguration | None

scale_configuration

The scale configuration of the session pool.

scale_configuration: _models.ScaleConfiguration | None

secrets

The secrets of the session pool.

secrets: list['_models.SessionPoolSecret'] | None

session_network_configuration

The network configuration of the sessions in the session pool.

session_network_configuration: _models.SessionNetworkConfiguration | None