IAddRoleAssignmentsContext
Interface net8.0
Context for adding role assignments to an Azure resource.
namespace Aspire.Hosting.Azure;
public interface IAddRoleAssignmentsContext{ // ...} 6 members
Properties6
Section titled PropertiesExecutionContextabstractgetDistributedApplicationExecutionContext Gets the execution context for distributed application.
Infrastructureabstractget Gets the Azure resource infrastructure to add the role assignments into.
PrincipalIdabstractgetBicepValue<Guid> Gets the principal ID to use in the role assignment.
PrincipalNameabstractgetBicepValue<string> Gets the principal name to use in the role assignment.
PrincipalTypeabstractgetBicepValue<RoleManagementPrincipalType> Gets the principal type to use in the role assignment.
Rolesabstractget Gets the roles to be assigned.