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)
AzureRedisEnterpriseExtensions.cs (2)
170
var roleAssignmentAnnotations = azureResource.
Annotations
.OfType<DefaultRoleAssignmentsAnnotation>().ToArray();
173
azureResource.
Annotations
.Remove(annotation);
AzureRedisEnterpriseResource.cs (1)
101
foreach (var annotation in
Annotations
)