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.WithRoleRoleAssignment.DefinitionStages.WithAssignee. forGroup(ActiveDirectoryGroup activeDirectoryGroup)Specifies the assignee of the role assignment to be a group.ActiveDirectoryGroup.DefinitionStages.WithCreateActiveDirectoryGroup.DefinitionStages.WithMember. withMember(ActiveDirectoryGroup group)Adds a group as a member in the group.ActiveDirectoryGroup.UpdateActiveDirectoryGroup.UpdateStages.WithMember. withMember(ActiveDirectoryGroup group)Adds a group as a member in the group.ActiveDirectoryGroup.UpdateActiveDirectoryGroup.UpdateStages.WithMember. withoutMember(ActiveDirectoryGroup group)Removes a group as a member in the group.
-