Skip to content
DocsTry Aspire
DocsTry

ActiveMQServerResourceBase.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

Defined on

This method is defined on the following type: