Package version:

Interface SessionPoolUpdatableProperties

Container App session pool updatable properties.

interface SessionPoolUpdatableProperties {
    customContainerTemplate?: CustomContainerTemplate;
    dynamicPoolConfiguration?: DynamicPoolConfiguration;
    identity?: ManagedServiceIdentity;
    scaleConfiguration?: ScaleConfiguration;
    secrets?: SessionPoolSecret[];
    sessionNetworkConfiguration?: SessionNetworkConfiguration;
    tags?: {
        [propertyName: string]: string;
    };
}

Properties

customContainerTemplate?: CustomContainerTemplate

The custom container configuration if the containerType is CustomContainer.

dynamicPoolConfiguration?: DynamicPoolConfiguration

The pool configuration if the poolManagementType is dynamic.

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

scaleConfiguration?: ScaleConfiguration

The scale configuration of the session pool.

secrets?: SessionPoolSecret[]

The secrets of the session pool.

sessionNetworkConfiguration?: SessionNetworkConfiguration

The network configuration of the sessions in the session pool.

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

Resource tags.