ArmDevCenterModelFactory.DevCenterUserRoleAssignments Method

Definition

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

roles
IDictionary<String,DevCenterEnvironmentRole>

A map of roles to assign to the parent user.

Returns

A new DevCenterUserRoleAssignments instance for mocking.

Applies to