withProperties
Method
interface DockerComposeEnvironmentResource { // ... omitted for brevity withProperties(configure: callback): DockerComposeEnvironmentResource;}Signature
method
withProperties builder Configures properties of the Docker Compose environment
withProperties(configure: (obj: DockerComposeEnvironmentResource) => Promise<void>): DockerComposeEnvironmentResourceParameters
configure (obj: DockerComposeEnvironmentResource) => Promise<void> Returns
DockerComposeEnvironmentResource Applies to
This method applies to the following types: