withImage
Function
interface ContainerResource { // ... omitted for brevity withImage( image: string, tag?: string): ContainerResource;}Signature
method
withImage builder Sets the container image
withImage( image: string, tag?: string): ContainerResourceParameters
image string tag string optional Returns
ContainerResource Applies to
This function is an extension method on the following types: