Skip to content
DocsTry Aspire
DocsTry

withDataBindMount

Method
📦 CommunityToolkit.Aspire.Hosting.ActiveMQ v13.4.0
interface ActiveMQServerResourceBase {
// ... omitted for brevity
withDataBindMount(
source: string,
isReadOnly?: boolean): ActiveMQServerResourceBase;
}

Signature

methodwithDataBindMountbuilder
Adds a bind mount for the data folder to a ActiveMQ container resource.
withDataBindMount(
source: string,
isReadOnly?: boolean): ActiveMQServerResourceBase
sourcestring
isReadOnlybooleanoptional= False
ActiveMQServerResourceBase

Applies to

This method applies to the following types: