AzureAppConfigurationEmulatorResource
Handle
interface AzureAppConfigurationEmulatorResource extends IComputeResource, IResource, IResourceWithArgs, IResourceWithEndpoints, IResourceWithEnvironment, IResourceWithProbes, IResourceWithWaitSupport { withDataBindMount(path?: string): AzureAppConfigurationEmulatorResource; withDataVolume(name?: string): AzureAppConfigurationEmulatorResource; withHostPort(port: number): AzureAppConfigurationEmulatorResource;}Methods
Adds a data bind mount for the App Configuration emulator
withDataBindMount(path?: string): AzureAppConfigurationEmulatorResourceParameters
path string optional Returns
AzureAppConfigurationEmulatorResource Adds a data volume for the App Configuration emulator
withDataVolume(name?: string): AzureAppConfigurationEmulatorResourceParameters
name string optional Returns
AzureAppConfigurationEmulatorResource Sets the host port for the App Configuration emulator
withHostPort(port: number): AzureAppConfigurationEmulatorResourceParameters
port number Returns
AzureAppConfigurationEmulatorResource