AddMember(IGroupsOperations, String, GroupAddMemberParameters)
|
Add a member to a group.
|
AddMemberAsync(IGroupsOperations, String, GroupAddMemberParameters, CancellationToken)
|
Add a member to a group.
|
AddOwner(IGroupsOperations, String, AddOwnerParameters)
|
Add an owner to a group.
|
AddOwnerAsync(IGroupsOperations, String, AddOwnerParameters, CancellationToken)
|
Add an owner to a group.
|
Create(IGroupsOperations, GroupCreateParameters)
|
Create a group in the directory.
|
CreateAsync(IGroupsOperations, GroupCreateParameters, CancellationToken)
|
Create a group in the directory.
|
Delete(IGroupsOperations, String)
|
Delete a group from the directory.
|
DeleteAsync(IGroupsOperations, String, CancellationToken)
|
Delete a group from the directory.
|
Get(IGroupsOperations, String)
|
Gets group information from the directory.
|
GetAsync(IGroupsOperations, String, CancellationToken)
|
Gets group information from the directory.
|
GetGroupMembers(IGroupsOperations, String)
|
Gets the members of a group.
|
GetGroupMembersAsync(IGroupsOperations, String, CancellationToken)
|
Gets the members of a group.
|
GetGroupMembersNext(IGroupsOperations, String)
|
Gets the members of a group.
|
GetGroupMembersNextAsync(IGroupsOperations, String, CancellationToken)
|
Gets the members of a group.
|
GetMemberGroups(IGroupsOperations, String, GroupGetMemberGroupsParameters)
|
Gets a collection of object IDs of groups of which the specified group is a
member.
|
GetMemberGroupsAsync(IGroupsOperations, String, GroupGetMemberGroupsParameters, CancellationToken)
|
Gets a collection of object IDs of groups of which the specified group is a
member.
|
IsMemberOf(IGroupsOperations, CheckGroupMembershipParameters)
|
Checks whether the specified user, group, contact, or service principal is
a direct or transitive member of the specified group.
|
IsMemberOfAsync(IGroupsOperations, CheckGroupMembershipParameters, CancellationToken)
|
Checks whether the specified user, group, contact, or service principal is
a direct or transitive member of the specified group.
|
List(IGroupsOperations, ODataQuery<ADGroup>)
|
Gets list of groups for the current tenant.
|
ListAsync(IGroupsOperations, ODataQuery<ADGroup>, CancellationToken)
|
Gets list of groups for the current tenant.
|
ListNext(IGroupsOperations, String)
|
Gets a list of groups for the current tenant.
|
ListNextAsync(IGroupsOperations, String, CancellationToken)
|
Gets a list of groups for the current tenant.
|
ListOwners(IGroupsOperations, String)
|
Directory objects that are owners of the group.
|
ListOwnersAsync(IGroupsOperations, String, CancellationToken)
|
Directory objects that are owners of the group.
|
ListOwnersNext(IGroupsOperations, String)
|
Directory objects that are owners of the group.
|
ListOwnersNextAsync(IGroupsOperations, String, CancellationToken)
|
Directory objects that are owners of the group.
|
RemoveMember(IGroupsOperations, String, String)
|
Remove a member from a group.
|
RemoveMemberAsync(IGroupsOperations, String, String, CancellationToken)
|
Remove a member from a group.
|
RemoveOwner(IGroupsOperations, String, String)
|
Remove a member from owners.
|
RemoveOwnerAsync(IGroupsOperations, String, String, CancellationToken)
|
Remove a member from owners.
|