SessionPoolUpdatablePropertiesProperties interface
Session pool resource specific updatable properties.
Properties
| custom |
The custom container configuration if the containerType is CustomContainer. |
| dynamic |
The pool configuration if the poolManagementType is dynamic. |
| scale |
The scale configuration of the session pool. |
| secrets | The secrets of the session pool. |
| session |
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
sessionNetworkConfiguration
The network configuration of the sessions in the session pool.
sessionNetworkConfiguration?: SessionNetworkConfiguration