你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IGroupsOperations 接口

定义

GroupsOperations 操作。

public interface IGroupsOperations
type IGroupsOperations = interface
Public Interface IGroupsOperations

方法

AddMemberWithHttpMessagesAsync(String, GroupAddMemberParameters, Dictionary<String,List<String>>, CancellationToken)

将成员添加到组。

AddOwnerWithHttpMessagesAsync(String, AddOwnerParameters, Dictionary<String,List<String>>, CancellationToken)

将所有者添加到组。

CreateWithHttpMessagesAsync(GroupCreateParameters, Dictionary<String,List<String>>, CancellationToken)

在目录中创建组。

DeleteWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

从目录中删除组。

GetGroupMembersNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

获取组的成员。

GetGroupMembersWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

获取组的成员。

GetMemberGroupsWithHttpMessagesAsync(String, GroupGetMemberGroupsParameters, Dictionary<String,List<String>>, CancellationToken)

获取指定组所属的组的对象 ID 的集合。

GetWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

从目录中获取组信息。

IsMemberOfWithHttpMessagesAsync(CheckGroupMembershipParameters, Dictionary<String,List<String>>, CancellationToken)

检查指定的用户、组、联系人或服务主体是指定组的直接成员还是可传递成员。

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

获取当前租户的组列表。

ListOwnersNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

作为组所有者的目录对象。

ListOwnersWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

作为组所有者的目录对象。

ListWithHttpMessagesAsync(ODataQuery<ADGroupInner>, Dictionary<String,List<String>>, CancellationToken)

获取当前租户的组列表。

RemoveMemberWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

从组中删除成员。

RemoveOwnerWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

从所有者中删除成员。

扩展方法

AddMemberAsync(IGroupsOperations, String, GroupAddMemberParameters, CancellationToken)

将成员添加到组。

AddOwnerAsync(IGroupsOperations, String, AddOwnerParameters, CancellationToken)

将所有者添加到组。

CreateAsync(IGroupsOperations, GroupCreateParameters, CancellationToken)

在目录中创建组。

DeleteAsync(IGroupsOperations, String, CancellationToken)

从目录中删除组。

GetAsync(IGroupsOperations, String, CancellationToken)

从目录中获取组信息。

GetGroupMembersAsync(IGroupsOperations, String, CancellationToken)

获取组的成员。

GetGroupMembersNextAsync(IGroupsOperations, String, CancellationToken)

获取组的成员。

GetMemberGroupsAsync(IGroupsOperations, String, GroupGetMemberGroupsParameters, CancellationToken)

获取指定组所属的组的对象 ID 的集合。

IsMemberOfAsync(IGroupsOperations, CheckGroupMembershipParameters, CancellationToken)

检查指定的用户、组、联系人或服务主体是指定组的直接成员还是可传递成员。

ListAsync(IGroupsOperations, ODataQuery<ADGroupInner>, CancellationToken)

获取当前租户的组列表。

ListNextAsync(IGroupsOperations, String, CancellationToken)

获取当前租户的组列表。

ListOwnersAsync(IGroupsOperations, String, CancellationToken)

作为组所有者的目录对象。

ListOwnersNextAsync(IGroupsOperations, String, CancellationToken)

作为组所有者的目录对象。

RemoveMemberAsync(IGroupsOperations, String, String, CancellationToken)

从组中删除成员。

RemoveOwnerAsync(IGroupsOperations, String, String, CancellationToken)

从所有者中删除成员。

适用于