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.PostgreSQL (3)
AzurePostgresExtensions.cs (2)
351var roleAssignmentAnnotations = azureResource.Annotations.OfType<DefaultRoleAssignmentsAnnotation>().ToArray(); 354azureResource.Annotations.Remove(annotation);
AzurePostgresFlexibleServerResource.cs (1)
91foreach (var annotation in Annotations)