AzureAppConfigurationEmulatorResource(AzureAppConfigurationResource) Constructor
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.
Wraps an AzureAppConfigurationResource in a type that exposes container extension methods.
public AzureAppConfigurationEmulatorResource(Aspire.Hosting.Azure.AzureAppConfigurationResource innerResource);
new Aspire.Hosting.Azure.AzureAppConfigurationEmulatorResource : Aspire.Hosting.Azure.AzureAppConfigurationResource -> Aspire.Hosting.Azure.AzureAppConfigurationEmulatorResource
Public Sub New (innerResource As AzureAppConfigurationResource)
Parameters
- innerResource
- AzureAppConfigurationResource
The inner resource used to store annotations.