SessionPoolUpdatablePropertiesProperties Class

Session pool resource specific updatable properties.

Constructor

SessionPoolUpdatablePropertiesProperties()

Variables

Name Description
scale_configuration
<xref:<xref:"ScaleConfiguration">>

The scale configuration of the session pool.

secrets
list[<xref:"SessionPoolSecret">]

The secrets of the session pool.

dynamic_pool_configuration
<xref:<xref:"DynamicPoolConfiguration">>

The pool configuration if the poolManagementType is dynamic.

custom_container_template
<xref:<xref:"CustomContainerTemplate">>

The custom container configuration if the containerType is CustomContainer.

session_network_configuration
<xref:<xref:"SessionNetworkConfiguration">>

The network configuration of the sessions in the session pool.

Attributes

customContainerTemplate

The custom container configuration if the containerType is CustomContainer.

customContainerTemplate: CustomContainerTemplate

dynamicPoolConfiguration

The pool configuration if the poolManagementType is dynamic.

dynamicPoolConfiguration: DynamicPoolConfiguration

scaleConfiguration

The scale configuration of the session pool.

scaleConfiguration: ScaleConfiguration

secrets

The secrets of the session pool.

secrets: list[azure.mgmt.appcontainers.types.SessionPoolSecret]

sessionNetworkConfiguration

The network configuration of the sessions in the session pool.

sessionNetworkConfiguration: SessionNetworkConfiguration