Base:
property
Annotations
Aspire.Hosting.ApplicationModel.Resource.Annotations
Implemented interface member:
property
Annotations
Aspire.Hosting.ApplicationModel.IResource.Annotations
3 references to Annotations
Aspire.Hosting.Azure.Redis (3)
AzureManagedRedisExtensions.cs (2)
168var roleAssignmentAnnotations = azureResource.Annotations.OfType<DefaultRoleAssignmentsAnnotation>().ToArray(); 171azureResource.Annotations.Remove(annotation);
AzureManagedRedisResource.cs (1)
100foreach (var annotation in Annotations)