Skip to content
DocsTry Aspire
DocsTry

AzureContainerAppCustomizationAnnotation Constructors

ClassConstructors1 member
Represents an annotation for customizing an Azure Container App.
Constructor(Action<AzureResourceInfrastructure, ContainerApp>)Section titled Constructor(Action<AzureResourceInfrastructure, ContainerApp>)
Represents an annotation for customizing an Azure Container App.
public sealed class AzureContainerAppCustomizationAnnotation
{
public AzureContainerAppCustomizationAnnotation(
Action<AzureResourceInfrastructure, ContainerApp> configure)
{
// ...
}
}
configureAction<AzureResourceInfrastructure, ContainerApp>