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