PythonAppResource.withEntrypoint
Method
interface PythonAppResource { // ... omitted for brevity withEntrypoint( entrypointType: EntrypointType, entrypoint: string): PythonAppResource;}Signature
method
withEntrypointbuilderConfigures the entrypoint for the Python application.
withEntrypoint( entrypointType: EntrypointType, entrypoint: string): PythonAppResourceParameters
entrypointTypeEntrypointTypeentrypointstringReturns
PythonAppResourceDefined on
This method is defined on the following type: