Uses of Interface
com.azure.resourcemanager.authorization.models.ActiveDirectoryGroup
Packages that use ActiveDirectoryGroup
Package
Description
Package containing the data models for AuthorizationManagementClient.
-
Uses of ActiveDirectoryGroup in com.azure.resourcemanager.authorization.models
Methods in com.azure.resourcemanager.authorization.models with parameters of type ActiveDirectoryGroupModifier and TypeMethodDescriptionRoleAssignment.DefinitionStages.WithAssignee.forGroup(ActiveDirectoryGroup activeDirectoryGroup) Specifies the assignee of the role assignment to be a group.ActiveDirectoryGroup.DefinitionStages.WithMember.withMember(ActiveDirectoryGroup group) Adds a group as a member in the group.ActiveDirectoryGroup.UpdateStages.WithMember.withMember(ActiveDirectoryGroup group) Adds a group as a member in the group.ActiveDirectoryGroup.UpdateStages.WithMember.withoutMember(ActiveDirectoryGroup group) Removes a group as a member in the group.