SessionPoolUpdatableProperties interface
Container App session pool updatable properties.
Properties
custom |
The custom container configuration if the containerType is CustomContainer. |
dynamic |
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. |
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. |
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
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}