6 references to Target
Aspire.Hosting.Azure (4)
AzureResourcePreparer.cs (1)
282
var target = impliedRoleAssignment.
Target
;
ReferenceRoleAssignmentAnnotation.cs (3)
11
/// <see cref="Roles"/> on the Azure resource <see cref="
Target
"/>.
28
/// corresponding role assignment on <see cref="
Target
"/> with no additional wiring.
40
/// Gets the set of roles that resources referencing the annotated resource should be assigned on <see cref="
Target
"/>.
Aspire.Hosting.Foundry.Tests (2)
HostedAgentExtensionTests.cs (2)
737
Assert.Same(account, annotation.
Target
);
796
.Select(a => Assert.Single(a.Target.Annotations.OfType<ReferenceRoleAssignmentAnnotation>()).
Target
)