withProperties
Function
interface DockerComposeEnvironmentResource { // ... omitted for brevity withProperties(configure: callback): DockerComposeEnvironmentResource;}Signature
method
withProperties builder Configures properties of the Docker Compose environment
withProperties(configure: (obj: DockerComposeEnvironmentResource) => void): DockerComposeEnvironmentResourceParameters
configure (obj: DockerComposeEnvironmentResource) => void Returns
DockerComposeEnvironmentResource Applies to
This function is an extension method on the following types: