Package version:

Container App session pool.

interface SessionPool {
    containerType?: string;
    customContainerTemplate?: CustomContainerTemplate;
    dynamicPoolConfiguration?: DynamicPoolConfiguration;
    environmentId?: string;
    id?: string;
    location: string;
    name?: string;
    nodeCount?: number;
    poolManagementEndpoint?: string;
    poolManagementType?: string;
    provisioningState?: string;
    scaleConfiguration?: ScaleConfiguration;
    secrets?: SessionPoolSecret[];
    sessionNetworkConfiguration?: SessionNetworkConfiguration;
    systemData?: SystemData;
    tags?: {
        [propertyName: string]: string;
    };
    type?: string;
}

Hierarchy (view full)

Properties

containerType?: string

The container type of the sessions.

customContainerTemplate?: CustomContainerTemplate

The custom container configuration if the containerType is CustomContainer.

dynamicPoolConfiguration?: DynamicPoolConfiguration

The pool configuration if the poolManagementType is dynamic.

environmentId?: string

Resource ID of the session pool's environment.

id?: string

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" NOTE: This property will not be serialized. It can only be populated by the server.

location: string

The geo-location where the resource lives

name?: string

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

nodeCount?: number

The number of nodes the session pool is using. NOTE: This property will not be serialized. It can only be populated by the server.

poolManagementEndpoint?: string

The endpoint to manage the pool. NOTE: This property will not be serialized. It can only be populated by the server.

poolManagementType?: string

The pool management type of the session pool.

provisioningState?: string

Provisioning state of the session pool. NOTE: This property will not be serialized. It can only be populated by the server.

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.

systemData?: SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.

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

Resource tags.

type?: string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.