Uses of Interface
com.azure.resourcemanager.authorization.models.ActiveDirectoryGroup
-
Packages that use ActiveDirectoryGroup Package Description com.azure.resourcemanager.authorization.models 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 ActiveDirectoryGroup Modifier and Type Method Description RoleAssignment.DefinitionStages.WithRole
RoleAssignment.DefinitionStages.WithAssignee. forGroup(ActiveDirectoryGroup activeDirectoryGroup)
Specifies the assignee of the role assignment to be a group.ActiveDirectoryGroup.DefinitionStages.WithCreate
ActiveDirectoryGroup.DefinitionStages.WithMember. withMember(ActiveDirectoryGroup group)
Adds a group as a member in the group.ActiveDirectoryGroup.Update
ActiveDirectoryGroup.UpdateStages.WithMember. withMember(ActiveDirectoryGroup group)
Adds a group as a member in the group.ActiveDirectoryGroup.Update
ActiveDirectoryGroup.UpdateStages.WithMember. withoutMember(ActiveDirectoryGroup group)
Removes a group as a member in the group.
-