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