AzureContainerAppJobCustomizationAnnotation 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 Job.
public AzureContainerAppJobCustomizationAnnotation(Action<Aspire.Hosting.Azure.AzureResourceInfrastructure,Azure.Provisioning.AppContainers.ContainerAppJob> configure);
new Aspire.Hosting.Azure.AzureContainerAppJobCustomizationAnnotation : Action<Aspire.Hosting.Azure.AzureResourceInfrastructure, Azure.Provisioning.AppContainers.ContainerAppJob> -> Aspire.Hosting.Azure.AzureContainerAppJobCustomizationAnnotation
Public Sub New (configure As Action(Of AzureResourceInfrastructure, ContainerAppJob))
Parameters
- configure
- Action<AzureResourceInfrastructure,ContainerAppJob>