Skip to content
Docs Try Aspire

AzureContainerAppCustomizationAnnotation Constructors

Class Constructors 1 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)
{
// ...
}
}
configure Action<AzureResourceInfrastructure, ContainerApp>