Skip to content
DocsTry Aspire
DocsTry

AzureAppConfigurationResource Constructors

ClassConstructors1 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)
{
// ...
}
}
namestringThe name of the resource.
configureInfrastructureAction<AzureResourceInfrastructure>Callback to configure the Azure resources.