Share via


SessionPoolUpdatableProperties interface

Container App session pool updatable properties.

Properties

customContainerTemplate

The custom container configuration if the containerType is CustomContainer.

dynamicPoolConfiguration

The pool configuration if the poolManagementType is dynamic.

identity

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

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.

tags

Resource tags.

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

identity

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

identity?: ManagedServiceIdentity

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

tags

Resource tags.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}