Skip to content
Docs Try Aspire

AzureStorageEmulatorResource.withDataVolume

Method
📦 Aspire.Hosting.Azure.Functions v13.2.0-preview.1.26159.1
interface AzureStorageEmulatorResource {
// ... omitted for brevity
withDataVolume(
name?: string,
isReadOnly?: boolean): AzureStorageEmulatorResource;
}

Signature

method withDataVolume builder
Adds a named volume for the data folder to an Azure Storage emulator resource
withDataVolume(
name?: string,
isReadOnly?: boolean): AzureStorageEmulatorResource
name string optional
isReadOnly boolean optional = False
AzureStorageEmulatorResource

Defined on

This method is defined on the following type: