Uses of Class
com.azure.resourcemanager.devcenter.models.UserRoleAssignmentValue
Package
Description
Package containing the inner data models for DevCenterManagementClient.
Package containing the data models for DevCenterManagementClient.
-
Uses of UserRoleAssignmentValue in com.azure.resourcemanager.devcenter.fluent.models
Modifier and TypeMethodDescriptionProjectEnvironmentTypeInner.userRoleAssignments()
Get the userRoleAssignments property: Role Assignments created on environment backing resources.ProjectEnvironmentTypeUpdateProperties.userRoleAssignments()
Get the userRoleAssignments property: Role Assignments created on environment backing resources.Modifier and TypeMethodDescriptionProjectEnvironmentTypeInner.withUserRoleAssignments
(Map<String, UserRoleAssignmentValue> userRoleAssignments) Set the userRoleAssignments property: Role Assignments created on environment backing resources.ProjectEnvironmentTypeProperties.withUserRoleAssignments
(Map<String, UserRoleAssignmentValue> userRoleAssignments) Set the userRoleAssignments property: Role Assignments created on environment backing resources.ProjectEnvironmentTypeUpdateProperties.withUserRoleAssignments
(Map<String, UserRoleAssignmentValue> userRoleAssignments) Set the userRoleAssignments property: Role Assignments created on environment backing resources. -
Uses of UserRoleAssignmentValue in com.azure.resourcemanager.devcenter.models
Modifier and TypeMethodDescriptionUserRoleAssignmentValue.withRoles
(Map<String, EnvironmentRole> roles) Set the roles property: A map of roles to assign to the parent user.Modifier and TypeMethodDescriptionProjectEnvironmentType.userRoleAssignments()
Gets the userRoleAssignments property: Role Assignments created on environment backing resources.ProjectEnvironmentTypeUpdate.userRoleAssignments()
Get the userRoleAssignments property: Role Assignments created on environment backing resources.Modifier and TypeMethodDescriptionProjectEnvironmentType.DefinitionStages.WithUserRoleAssignments.withUserRoleAssignments
(Map<String, UserRoleAssignmentValue> userRoleAssignments) Specifies the userRoleAssignments property: Role Assignments created on environment backing resources.ProjectEnvironmentType.UpdateStages.WithUserRoleAssignments.withUserRoleAssignments
(Map<String, UserRoleAssignmentValue> userRoleAssignments) Specifies the userRoleAssignments property: Role Assignments created on environment backing resources.ProjectEnvironmentTypeUpdate.withUserRoleAssignments
(Map<String, UserRoleAssignmentValue> userRoleAssignments) Set the userRoleAssignments property: Role Assignments created on environment backing resources.