8 implementations of GetRoleAssignments
Aspire.Hosting.Azure (1)
Provisioning\Internal\DefaultArmClientProvider.cs (1)
205
public IRoleAssignmentCollection
GetRoleAssignments
(ResourceIdentifier scope)
Aspire.Hosting.Azure.Tests (7)
AzureEnvironmentResourceExtensionsTests.cs (6)
5310
public IRoleAssignmentCollection
GetRoleAssignments
(ResourceIdentifier scope)
5856
public IRoleAssignmentCollection
GetRoleAssignments
(ResourceIdentifier scope)
5941
public IRoleAssignmentCollection
GetRoleAssignments
(ResourceIdentifier scope)
6018
public IRoleAssignmentCollection
GetRoleAssignments
(global::Azure.Core.ResourceIdentifier scope)
6086
public IRoleAssignmentCollection
GetRoleAssignments
(ResourceIdentifier scope)
6148
public IRoleAssignmentCollection
GetRoleAssignments
(ResourceIdentifier scope)
ProvisioningTestHelpers.cs (1)
385
public IRoleAssignmentCollection
GetRoleAssignments
(ResourceIdentifier scope)
1 reference to GetRoleAssignments
Aspire.Hosting.Foundry (1)
HostedAgent\AzureHostedAgentResource.cs (1)
269
var assignments = provisioningContext.ArmClient.
GetRoleAssignments
(resourceScope);