Uses of Class
com.azure.resourcemanager.authorization.models.RoleAssignmentProperties
Packages that use RoleAssignmentProperties
Package
Description
Package containing the data models for AuthorizationManagementClient.
-
Uses of RoleAssignmentProperties in com.azure.resourcemanager.authorization.models
Methods in com.azure.resourcemanager.authorization.models that return RoleAssignmentPropertiesModifier and TypeMethodDescriptionRoleAssignmentCreateParameters.properties()Get the properties property: Role assignment properties.RoleAssignmentProperties.withPrincipalId(String principalId) Set the principalId property: The principal ID assigned to the role.RoleAssignmentProperties.withRoleDefinitionId(String roleDefinitionId) Set the roleDefinitionId property: The role definition ID used in the role assignment.Methods in com.azure.resourcemanager.authorization.models with parameters of type RoleAssignmentPropertiesModifier and TypeMethodDescriptionRoleAssignmentCreateParameters.withProperties(RoleAssignmentProperties properties) Set the properties property: Role assignment properties.