Skip to content
Docs Try Aspire
Docs Try

withEntrypoint

Method
📦 Aspire.Hosting.Python v13.3.0
interface PythonAppResource {
// ... 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 method applies to the following types: