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

IUserGroupOperations 接口

定义

UserGroupOperations 操作。

public interface IUserGroupOperations
type IUserGroupOperations = interface
Public Interface IUserGroupOperations

方法

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

列出所有用户组。

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

列出所有用户组。

扩展方法

List(IUserGroupOperations, String, String, String, ODataQuery<GroupContract>)

列出所有用户组。

ListAsync(IUserGroupOperations, String, String, String, ODataQuery<GroupContract>, CancellationToken)

列出所有用户组。

ListNext(IUserGroupOperations, String)

列出所有用户组。

ListNextAsync(IUserGroupOperations, String, CancellationToken)

列出所有用户组。

适用于