DefaultRoleAssignmentsAnnotation
Class net8.0
Specifies the default role assignments to be applied to an Azure resource when no specific role assignments (i.e.,
RoleAssignmentAnnotation) are provided. namespace Aspire.Hosting.Azure;
public class DefaultRoleAssignmentsAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation{ // ...} IResourceAnnotation
Constructors1
Section titled ConstructorsDefaultRoleAssignmentsAnnotation(IReadOnlySet<RoleDefinition>) Specifies the default role assignments to be applied to an Azure resource when no specific role assignments (i.e.,
RoleAssignmentAnnotation) are provided.