AzurePostgresFlexibleServerResource.AddRoleAssignments Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds role assignments to this Azure resource.
public override void AddRoleAssignments(Aspire.Hosting.Azure.IAddRoleAssignmentsContext roleAssignmentContext);
override this.AddRoleAssignments : Aspire.Hosting.Azure.IAddRoleAssignmentsContext -> unit
Public Overrides Sub AddRoleAssignments (roleAssignmentContext As IAddRoleAssignmentsContext)
Parameters
- roleAssignmentContext
- IAddRoleAssignmentsContext
The context containing information about the role assignments and what principal to use.