Skip to content
Docs Try Aspire

withProperties

Function
📦 Aspire.Hosting.Docker v13.2.0-preview.1.26159.1
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): DockerComposeEnvironmentResource
configure (obj: DockerComposeEnvironmentResource) => void
DockerComposeEnvironmentResource

Applies to

This function is an extension method on the following types: