Share via


AzureCosmosExtensions.WithDataVolume Method

Definition

Adds a named volume for the data folder to an Azure Cosmos DB emulator resource.

public static Aspire.Hosting.ApplicationModel.IResourceBuilder<Aspire.Hosting.Azure.AzureCosmosDBEmulatorResource> WithDataVolume (this Aspire.Hosting.ApplicationModel.IResourceBuilder<Aspire.Hosting.Azure.AzureCosmosDBEmulatorResource> builder, string? name = default);
static member WithDataVolume : Aspire.Hosting.ApplicationModel.IResourceBuilder<Aspire.Hosting.Azure.AzureCosmosDBEmulatorResource> * string -> Aspire.Hosting.ApplicationModel.IResourceBuilder<Aspire.Hosting.Azure.AzureCosmosDBEmulatorResource>
<Extension()>
Public Function WithDataVolume (builder As IResourceBuilder(Of AzureCosmosDBEmulatorResource), Optional name As String = Nothing) As IResourceBuilder(Of AzureCosmosDBEmulatorResource)

Parameters

name
String

The name of the volume. Defaults to an auto-generated name based on the application and resource names.

Returns

A builder for the AzureCosmosDBEmulatorResource.

Applies to