1 instantiation of AzureContainerAppJobCustomizationAnnotation
Aspire.Hosting.Azure.AppContainers (1)
ContainerAppExtensions.cs (1)
165
resource.WithAnnotation(new
AzureContainerAppJobCustomizationAnnotation
(configure));
4 references to AzureContainerAppJobCustomizationAnnotation
Aspire.Hosting.Azure.AppContainers (4)
AzureContainerAppsInfrastructure.cs (1)
63
r.HasAnnotationOfType<
AzureContainerAppJobCustomizationAnnotation
>())
ContainerAppEnvironmentContext.cs (1)
56
bool hasJobCustomization = resource.HasAnnotationOfType<
AzureContainerAppJobCustomizationAnnotation
>();
ContainerAppJobContext.cs (2)
79
if (Resource.TryGetAnnotationsOfType<
AzureContainerAppJobCustomizationAnnotation
>(out var annotations))
81
foreach (
var
a in annotations)