ResourceAnnotationMutationBehavior
Enum net10.0
Specifies behavior of the
IResourceBuilder`1.WithAnnotation method when adding an annotation to the IResource.Annotations collection of a resource. namespace Aspire.Hosting.ApplicationModel;
public sealed enum ResourceAnnotationMutationBehaviorEnum Members
Section titled Enum MembersAppendAppend the annotation to the collection. Existing annotations will be kept.
ReplaceReplace the existing annotation. The existing annotation will be removed.