Skip to content
Docs Try Aspire

AzureAppConfigurationResource Constructors

Class Constructors 1 member
A resource that represents Azure App Configuration.
Constructor(string, Action<AzureResourceInfrastructure>) Section titled Constructor(string, Action<AzureResourceInfrastructure>)
A resource that represents Azure App Configuration.
public class AzureAppConfigurationResource
{
public AzureAppConfigurationResource(
string name,
Action<AzureResourceInfrastructure> configureInfrastructure)
{
// ...
}
}
name string The name of the resource.
configureInfrastructure Action<AzureResourceInfrastructure> Callback to configure the Azure resources.