AzureAppConfigurationEmulatorResource
Handle TypeScript
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): AzureAppConfigurationEmulatorResourceParameters
path string optional Returns
AzureAppConfigurationEmulatorResource method
withDataVolume builder Adds a data volume for the App Configuration emulator
withDataVolume(name?: string): AzureAppConfigurationEmulatorResourceParameters
name string optional Returns
AzureAppConfigurationEmulatorResource method
withHostPort builder Sets the host port for the App Configuration emulator
withHostPort(port: number): AzureAppConfigurationEmulatorResourceParameters
port number Returns
AzureAppConfigurationEmulatorResource