ContainerResource.withEntrypoint
Method
interface ContainerResource { // ... omitted for brevity withEntrypoint(entrypoint: string): ContainerResource;}Signature
method
withEntrypointbuilderSets the Entrypoint for the container.
withEntrypoint(entrypoint: string): ContainerResourceParameters
entrypointstringReturns
ContainerResourceDefined on
This method is defined on the following type: