AzureEventHubsExtensions.WithDataVolume Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This method is obsolete because it doesn't work as intended and will be removed in a future version.
Adds a named volume for the data folder to an Azure Event Hubs emulator resource.
public static Aspire.Hosting.ApplicationModel.IResourceBuilder<Aspire.Hosting.Azure.AzureEventHubsEmulatorResource> WithDataVolume(this Aspire.Hosting.ApplicationModel.IResourceBuilder<Aspire.Hosting.Azure.AzureEventHubsEmulatorResource> builder, string? name = default);
[System.Obsolete("This method is obsolete because it doesn't work as intended and will be removed in a future version.")]
public static Aspire.Hosting.ApplicationModel.IResourceBuilder<Aspire.Hosting.Azure.AzureEventHubsEmulatorResource> WithDataVolume(this Aspire.Hosting.ApplicationModel.IResourceBuilder<Aspire.Hosting.Azure.AzureEventHubsEmulatorResource> builder, string? name = default);
static member WithDataVolume : Aspire.Hosting.ApplicationModel.IResourceBuilder<Aspire.Hosting.Azure.AzureEventHubsEmulatorResource> * string -> Aspire.Hosting.ApplicationModel.IResourceBuilder<Aspire.Hosting.Azure.AzureEventHubsEmulatorResource>
[<System.Obsolete("This method is obsolete because it doesn't work as intended and will be removed in a future version.")>]
static member WithDataVolume : Aspire.Hosting.ApplicationModel.IResourceBuilder<Aspire.Hosting.Azure.AzureEventHubsEmulatorResource> * string -> Aspire.Hosting.ApplicationModel.IResourceBuilder<Aspire.Hosting.Azure.AzureEventHubsEmulatorResource>
<Extension()>
Public Function WithDataVolume (builder As IResourceBuilder(Of AzureEventHubsEmulatorResource), Optional name As String = Nothing) As IResourceBuilder(Of AzureEventHubsEmulatorResource)
Parameters
The builder for the AzureEventHubsEmulatorResource.
- 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 AzureEventHubsEmulatorResource.
- Attributes