Skip to content
DocsTry Aspire
DocsTry

AzureContainerAppEnvironmentResource Constructors

ClassConstructors1 member
Represents an Azure Container App Environment resource.
Constructor(string, Action<AzureResourceInfrastructure>)Section titled Constructor(string, Action<AzureResourceInfrastructure>)
Initializes a new instance of the AzureContainerAppEnvironmentResource class.
public class AzureContainerAppEnvironmentResource
{
public AzureContainerAppEnvironmentResource(
string name,
Action<AzureResourceInfrastructure> configureInfrastructure)
{
// ...
}
}
namestringThe name of the Container App Environment.
configureInfrastructureAction<AzureResourceInfrastructure>The callback to configure the Azure infrastructure for this resource.