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