Skip to content
DocsTry Aspire
DocsTry

ListmonkResource.withReference

Method
📦 CommunityToolkit.Aspire.Hosting.Listmonk v13.5.0
interface ListmonkResource {
// ... omitted for brevity
withReference(database: PostgresDatabaseResource): ListmonkResource;
}

Signature

methodwithReferencebuilder
References a `PostgresDatabaseResource` as the PostgreSQL database for the listmonk resource.
withReference(database: PostgresDatabaseResource): ListmonkResource
databasePostgresDatabaseResource
ListmonkResource

Defined on

This method is defined on the following type: