ArmDevCenterModelFactory.DevCenterUserRoleAssignments 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.
Mapping of user object ID to role assignments.
public static Azure.ResourceManager.DevCenter.Models.DevCenterUserRoleAssignments DevCenterUserRoleAssignments(System.Collections.Generic.IDictionary<string,Azure.ResourceManager.DevCenter.Models.DevCenterEnvironmentRole> roles = default);
static member DevCenterUserRoleAssignments : System.Collections.Generic.IDictionary<string, Azure.ResourceManager.DevCenter.Models.DevCenterEnvironmentRole> -> Azure.ResourceManager.DevCenter.Models.DevCenterUserRoleAssignments
Public Shared Function DevCenterUserRoleAssignments (Optional roles As IDictionary(Of String, DevCenterEnvironmentRole) = Nothing) As DevCenterUserRoleAssignments
Parameters
A map of roles to assign to the parent user.
Returns
A new DevCenterUserRoleAssignments instance for mocking.