GroupsOperationsExtensions Class

Definition

Extension methods for GroupsOperations.

public static class GroupsOperationsExtensions
type GroupsOperationsExtensions = class
Public Module GroupsOperationsExtensions
Inheritance
GroupsOperationsExtensions

Methods

AddMemberAsync(IGroupsOperations, String, GroupAddMemberParameters, CancellationToken)

Add a member to a group.

AddOwnerAsync(IGroupsOperations, String, AddOwnerParameters, CancellationToken)

Add an owner to a group.

CreateAsync(IGroupsOperations, GroupCreateParameters, CancellationToken)

Create a group in the directory.

DeleteAsync(IGroupsOperations, String, CancellationToken)

Delete a group from the directory.

GetAsync(IGroupsOperations, String, CancellationToken)

Gets group information from the directory.

GetGroupMembersAsync(IGroupsOperations, String, CancellationToken)

Gets the members of a group.

GetGroupMembersNextAsync(IGroupsOperations, String, CancellationToken)

Gets the members of a group.

GetMemberGroupsAsync(IGroupsOperations, String, GroupGetMemberGroupsParameters, CancellationToken)

Gets a collection of object IDs of groups of which the specified group is a member.

IsMemberOfAsync(IGroupsOperations, CheckGroupMembershipParameters, CancellationToken)

Checks whether the specified user, group, contact, or service principal is a direct or transitive member of the specified group.

ListAsync(IGroupsOperations, ODataQuery<ADGroupInner>, CancellationToken)

Gets list of groups for the current tenant.

ListNextAsync(IGroupsOperations, String, CancellationToken)

Gets a list of groups for the current tenant.

ListOwnersAsync(IGroupsOperations, String, CancellationToken)

Directory objects that are owners of the group.

ListOwnersNextAsync(IGroupsOperations, String, CancellationToken)

Directory objects that are owners of the group.

RemoveMemberAsync(IGroupsOperations, String, String, CancellationToken)

Remove a member from a group.

RemoveOwnerAsync(IGroupsOperations, String, String, CancellationToken)

Remove a member from owners.

Applies to