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

IUserOperations 接口

定义

UserOperations 操作。

public interface IUserOperations
type IUserOperations = interface
Public Interface IUserOperations

方法

CreateOrUpdateWithHttpMessagesAsync(String, String, String, UserCreateParameters, Nullable<Boolean>, String, Dictionary<String,List<String>>, CancellationToken)

创建或更新用户。

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

删除特定的用户。

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

检索包含身份验证令牌(用于将给定用户登录到开发人员门户)的重定向 URL。

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

获取实体状态 (Etag) 由其标识符指定的用户版本。

GetSharedAccessTokenWithHttpMessagesAsync(String, String, String, UserTokenParameters, Dictionary<String,List<String>>, CancellationToken)

获取用户的共享访问授权令牌。

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

获取由其标识符指定的用户的详细信息。

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

列出指定服务实例中已注册用户的集合。

ListByServiceWithHttpMessagesAsync(String, String, ODataQuery<UserContract>, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

列出指定服务实例中已注册用户的集合。

UpdateWithHttpMessagesAsync(String, String, String, UserUpdateParameters, String, Dictionary<String,List<String>>, CancellationToken)

汇报标识符指定的用户的详细信息。

扩展方法

CreateOrUpdate(IUserOperations, String, String, String, UserCreateParameters, Nullable<Boolean>, String)

创建或更新用户。

CreateOrUpdateAsync(IUserOperations, String, String, String, UserCreateParameters, Nullable<Boolean>, String, CancellationToken)

创建或更新用户。

Delete(IUserOperations, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, String)

删除特定的用户。

DeleteAsync(IUserOperations, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, String, CancellationToken)

删除特定的用户。

GenerateSsoUrl(IUserOperations, String, String, String)

检索包含身份验证令牌(用于将给定用户登录到开发人员门户)的重定向 URL。

GenerateSsoUrlAsync(IUserOperations, String, String, String, CancellationToken)

检索包含身份验证令牌(用于将给定用户登录到开发人员门户)的重定向 URL。

Get(IUserOperations, String, String, String)

获取由其标识符指定的用户的详细信息。

GetAsync(IUserOperations, String, String, String, CancellationToken)

获取由其标识符指定的用户的详细信息。

GetEntityTag(IUserOperations, String, String, String)

获取实体状态 (Etag) 由其标识符指定的用户版本。

GetEntityTagAsync(IUserOperations, String, String, String, CancellationToken)

获取实体状态 (Etag) 由其标识符指定的用户版本。

GetSharedAccessToken(IUserOperations, String, String, String, UserTokenParameters)

获取用户的共享访问授权令牌。

GetSharedAccessTokenAsync(IUserOperations, String, String, String, UserTokenParameters, CancellationToken)

获取用户的共享访问授权令牌。

ListByService(IUserOperations, String, String, ODataQuery<UserContract>, Nullable<Boolean>)

列出指定服务实例中已注册用户的集合。

ListByServiceAsync(IUserOperations, String, String, ODataQuery<UserContract>, Nullable<Boolean>, CancellationToken)

列出指定服务实例中已注册用户的集合。

ListByServiceNext(IUserOperations, String)

列出指定服务实例中已注册用户的集合。

ListByServiceNextAsync(IUserOperations, String, CancellationToken)

列出指定服务实例中已注册用户的集合。

Update(IUserOperations, String, String, String, UserUpdateParameters, String)

汇报标识符指定的用户的详细信息。

UpdateAsync(IUserOperations, String, String, String, UserUpdateParameters, String, CancellationToken)

汇报标识符指定的用户的详细信息。

适用于