Uses of Interface
com.azure.resourcemanager.authorization.models.RoleAssignment.DefinitionStages.WithRole
Packages that use RoleAssignment.DefinitionStages.WithRole
Package
Description
Package containing the data models for AuthorizationManagementClient.
-
Uses of RoleAssignment.DefinitionStages.WithRole in com.azure.resourcemanager.authorization.models
Subinterfaces of RoleAssignment.DefinitionStages.WithRole in com.azure.resourcemanager.authorization.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.authorization.models that return RoleAssignment.DefinitionStages.WithRoleModifier and TypeMethodDescriptionRoleAssignment.DefinitionStages.WithAssignee.forGroup(ActiveDirectoryGroup activeDirectoryGroup) Specifies the assignee of the role assignment to be a group.RoleAssignment.DefinitionStages.WithAssignee.forObjectId(String objectId) Specifies the assignee of the role assignment.RoleAssignment.DefinitionStages.WithAssignee.forServicePrincipal(ServicePrincipal servicePrincipal) Specifies the assignee of the role assignment to be a service principal.RoleAssignment.DefinitionStages.WithAssignee.forServicePrincipal(String servicePrincipalName) Specifies the assignee of the role assignment to be a service principal.RoleAssignment.DefinitionStages.WithAssignee.forUser(ActiveDirectoryUser user) Specifies the assignee of the role assignment to be a user.Specifies the assignee of the role assignment to be a user.