Implemented interface member:
property
Resource
Aspire.Hosting.ApplicationModel.IResourceBuilder<T>.Resource
3 references to Resource
Aspire.Hosting (3)
DistributedApplicationResourceBuilder.cs (3)
27
if (behavior == ResourceAnnotationMutationBehavior.Replace &&
Resource
.Annotations.OfType<TAnnotation>().SingleOrDefault() is { } existingAnnotation)
29
Resource
.Annotations.Remove(existingAnnotation);
32
Resource
.Annotations.Add(annotation);