1 write to Type
Aspire.Hosting (1)
ResourceBuilderExtensions.cs (1)
2419Type = type,
5 references to Type
Aspire.Hosting (2)
ResourceBuilderExtensions.cs (2)
2445if (builder.Resource.Annotations.OfType<ProbeAnnotation>().SingleOrDefault(a => a.Type == probeAnnotation.Type) is { } existingAnnotation)
Aspire.Hosting.Azure.AppContainers (1)
BaseContainerAppContext.cs (1)
496containerAppProbe.ProbeType = probeAnnotation.Type switch
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceWebsiteContext.cs (1)
316.OrderBy(probeAnnotation => probeAnnotation.Type == ProbeType.Liveness ? 0 : 1)
Aspire.Hosting.Kubernetes (1)
KubernetesResource.cs (1)
262Probes.Add((probeAnnotation.Type, probe));