Skip to content
Docs Try Aspire

withEntrypoint

Function
📦 Aspire.Hosting.Python v13.2.0-preview.1.26159.1
interface UvicornAppResource {
// ... omitted for brevity
withEntrypoint(
entrypointType: EntrypointType,
entrypoint: string): PythonAppResource;
}

Signature

method withEntrypoint builder
Configures the entrypoint for a Python application
withEntrypoint(
entrypointType: EntrypointType,
entrypoint: string): PythonAppResource
entrypointType EntrypointType
entrypoint string
PythonAppResource

Applies to

This function is an extension method on the following types: