8 implementations of GetRoleAssignments
Aspire.Hosting.Azure (1)
Provisioning\Internal\DefaultArmClientProvider.cs (1)
204
public IRoleAssignmentCollection
GetRoleAssignments
(ResourceIdentifier scope)
Aspire.Hosting.Azure.Tests (7)
AzureEnvironmentResourceExtensionsTests.cs (6)
5298
public IRoleAssignmentCollection
GetRoleAssignments
(ResourceIdentifier scope)
5844
public IRoleAssignmentCollection
GetRoleAssignments
(ResourceIdentifier scope)
5929
public IRoleAssignmentCollection
GetRoleAssignments
(ResourceIdentifier scope)
6006
public IRoleAssignmentCollection
GetRoleAssignments
(global::Azure.Core.ResourceIdentifier scope)
6074
public IRoleAssignmentCollection
GetRoleAssignments
(ResourceIdentifier scope)
6136
public IRoleAssignmentCollection
GetRoleAssignments
(ResourceIdentifier scope)
ProvisioningTestHelpers.cs (1)
384
public IRoleAssignmentCollection
GetRoleAssignments
(ResourceIdentifier scope)
1 reference to GetRoleAssignments
Aspire.Hosting.Foundry (1)
HostedAgent\AzureHostedAgentResource.cs (1)
271
var assignments = provisioningContext.ArmClient.
GetRoleAssignments
(resourceScope);