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)
168
var roleAssignmentAnnotations = azureResource.
Annotations
.OfType<DefaultRoleAssignmentsAnnotation>().ToArray();
171
azureResource.
Annotations
.Remove(annotation);
AzureManagedRedisResource.cs (1)
100
foreach (var annotation in
Annotations
)