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