PythonAppResource.withEntrypoint
Method
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): PythonAppResourceParameters
entrypointType EntrypointType entrypoint string Returns
PythonAppResource Defined on
This method is defined on the following type: