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)
AzureRedisCacheResource.cs (1)
67foreach (var annotation in Annotations)
AzureRedisExtensions.cs (2)
234var roleAssignmentAnnotations = azureResource.Annotations.OfType<DefaultRoleAssignmentsAnnotation>().ToArray(); 237azureResource.Annotations.Remove(annotation);