SessionPoolUpdatablePropertiesProperties interface

Session pool resource specific updatable properties.

Properties

customContainerTemplate

The custom container configuration if the containerType is CustomContainer.

dynamicPoolConfiguration

The pool configuration if the poolManagementType is dynamic.

scaleConfiguration

The scale configuration of the session pool.

secrets

The secrets of the session pool.

sessionNetworkConfiguration

The network configuration of the sessions in the session pool.

Property Details

customContainerTemplate

The custom container configuration if the containerType is CustomContainer.

customContainerTemplate?: CustomContainerTemplate

Property Value

dynamicPoolConfiguration

The pool configuration if the poolManagementType is dynamic.

dynamicPoolConfiguration?: DynamicPoolConfiguration

Property Value

scaleConfiguration

The scale configuration of the session pool.

scaleConfiguration?: ScaleConfiguration

Property Value

secrets

The secrets of the session pool.

secrets?: SessionPoolSecret[]

Property Value

sessionNetworkConfiguration

The network configuration of the sessions in the session pool.

sessionNetworkConfiguration?: SessionNetworkConfiguration

Property Value