AccountHttpClient 类
本文内容
继承层次结构
System.Object
Microsoft.VisualStudio.Services.WebApi.VssHttpClientBase
Microsoft.VisualStudio.Services.Account.Client.AccountHttpClient
命名空间: Microsoft.VisualStudio.Services.Account.Client
程序集: Microsoft.VisualStudio.Services.WebApi(在 Microsoft.VisualStudio.Services.WebApi.dll 中)
语法
声明
<ServiceOwnerAttribute("951917AC-A960-4999-8464-E3F0AA25B381", "00000001-0000-8888-8000-000000000000")> _
Public Class AccountHttpClient _
Inherits VssHttpClientBase
[ServiceOwnerAttribute("951917AC-A960-4999-8464-E3F0AA25B381", "00000001-0000-8888-8000-000000000000")]
public class AccountHttpClient : VssHttpClientBase
AccountHttpClient 类型公开以下成员。
构造函数
页首
属性
页首
方法
AddUserToAccountAsync
CreateAccountAsync
CreateRequestMessage
(继承自 VssHttpClientBase 。)
CreateRequestMessageAsync
(继承自 VssHttpClientBase 。)
DeleteAsync
(继承自 VssHttpClientBase 。)
Equals
确定指定的对象是否等于当前对象。 (继承自 Object 。)
Finalize
允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object 。)
GetAccount
GetAccountAsync
GetAccountLicensesAsync
GetAccountsAsync
GetAccountsByCreatorAsync
GetAccountsByMemberAsync
GetAccountsByOwnerAsync
GetAsync(Guid, Object, ApiResourceVersion, NameValueCollection, Object)
(继承自 VssHttpClientBase 。)
GetHashCode
作为默认哈希函数。 (继承自 Object 。)
GetMembersByAccountAsync
GetResourceLocationAsync
(继承自 VssHttpClientBase 。)
GetType
获取当前实例的 Type 。 (继承自 Object 。)
HandleResponse
(继承自 VssHttpClientBase 。)
MarkAccountEligibleForDeletionAsync
MemberwiseClone
创建当前 Object 的浅表副本。 (继承自 Object 。)
NegotiateRequestVersion
(继承自 VssHttpClientBase 。)
NegotiateRequestVersionAsync
(继承自 VssHttpClientBase 。)
PatchAsync(Guid, Object, ApiResourceVersion, NameValueCollection, Object)
(继承自 VssHttpClientBase 。)
PatchAsync<T>(T, Guid, Object, ApiResourceVersion, NameValueCollection, Object)
(继承自 VssHttpClientBase 。)
PatchAsync<T, TResult>(T, Guid, Object, ApiResourceVersion, NameValueCollection, Object)
(继承自 VssHttpClientBase 。)
PostAsync<T>(T, Guid, Object, ApiResourceVersion, NameValueCollection, Object)
(继承自 VssHttpClientBase 。)
PostAsync<T, TResult>(T, Guid, Object, ApiResourceVersion, NameValueCollection, Object)
(继承自 VssHttpClientBase 。)
PutAsync<T>(T, Guid, Object, ApiResourceVersion, NameValueCollection, Object)
(继承自 VssHttpClientBase 。)
PutAsync<T, TResult>(T, Guid, Object, ApiResourceVersion, NameValueCollection, Object)
(继承自 VssHttpClientBase 。)
RemoveUserFromAccountAsync
Send(HttpRequestMessage, Object)
(继承自 VssHttpClientBase 。)
Send(HttpMethod, Guid, Object, ApiResourceVersion, HttpContent, NameValueCollection, Object)
(继承自 VssHttpClientBase 。)
SendAsync(HttpRequestMessage, HttpCompletionOption, Object, CancellationToken)
(继承自 VssHttpClientBase 。)
SendAsync<T>(HttpRequestMessage, Object, CancellationToken)
(继承自 VssHttpClientBase 。)
SendAsync<T>(HttpMethod, Guid, Object, ApiResourceVersion, HttpContent, NameValueCollection, Object)
(继承自 VssHttpClientBase 。)
ToString
返回表示当前对象的字符串。 (继承自 Object 。)
UpdateAccountAsync
UpdateUserInAccountAsync
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。
请参阅
参考
Microsoft.VisualStudio.Services.Account.Client 命名空间