Skip to content
Docs Try Aspire

withDataVolume

Function
📦 Aspire.Hosting.Oracle v13.2.0-preview.1.26159.1
interface OracleDatabaseServerResource {
// ... omitted for brevity
withDataVolume(name?: string): OracleDatabaseServerResource;
}

Signature

method withDataVolume builder
Adds a persistent data volume to the Oracle server resource.
withDataVolume(name?: string): OracleDatabaseServerResource
name string optional
OracleDatabaseServerResource

Applies to

This function is an extension method on the following types: