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