Skip to content
Docs Try Aspire

AzureAppConfigurationEmulatorResource

Handle TypeScript
📦 Aspire.Hosting.Azure.AppConfiguration v13.2.0-preview.1.26159.1
interface AzureAppConfigurationEmulatorResource
extends IComputeResource,
IResource,
IResourceWithArgs,
IResourceWithEndpoints,
IResourceWithEnvironment,
IResourceWithProbes,
IResourceWithWaitSupport {
withDataBindMount(path?: string): AzureAppConfigurationEmulatorResource;
withDataVolume(name?: string): AzureAppConfigurationEmulatorResource;
withHostPort(port: number): AzureAppConfigurationEmulatorResource;
}

Methods

method withDataBindMount builder
Adds a data bind mount for the App Configuration emulator
withDataBindMount(path?: string): AzureAppConfigurationEmulatorResource
path string optional
AzureAppConfigurationEmulatorResource
method withDataVolume builder
Adds a data volume for the App Configuration emulator
withDataVolume(name?: string): AzureAppConfigurationEmulatorResource
name string optional
AzureAppConfigurationEmulatorResource
method withHostPort builder
Sets the host port for the App Configuration emulator
withHostPort(port: number): AzureAppConfigurationEmulatorResource
port number
AzureAppConfigurationEmulatorResource