AzureContainerAppCustomizationAnnotation Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an annotation for customizing an Azure Container App.
public AzureContainerAppCustomizationAnnotation (Action<Aspire.Hosting.Azure.AzureResourceInfrastructure,Azure.Provisioning.AppContainers.ContainerApp> configure);
new Aspire.Hosting.Azure.AzureContainerAppCustomizationAnnotation : Action<Aspire.Hosting.Azure.AzureResourceInfrastructure, Azure.Provisioning.AppContainers.ContainerApp> -> Aspire.Hosting.Azure.AzureContainerAppCustomizationAnnotation
Public Sub New (configure As Action(Of AzureResourceInfrastructure, ContainerApp))
Parameters
- configure
- Action<AzureResourceInfrastructure,ContainerApp>