Skip to content
Docs Try Aspire

RabbitMQServerResource.withDataBindMount

Method
📦 Aspire.Hosting.RabbitMQ v13.2.0-preview.1.26159.1
interface RabbitMQServerResource {
// ... omitted for brevity
withDataBindMount(
source: string,
isReadOnly?: boolean): RabbitMQServerResource;
}

Signature

method withDataBindMount builder
Adds a data bind mount to the RabbitMQ container
withDataBindMount(
source: string,
isReadOnly?: boolean): RabbitMQServerResource
source string
isReadOnly boolean optional = False
RabbitMQServerResource

Defined on

This method is defined on the following type: