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

IAccountsOperations 接口

定义

AccountsOperations 操作。

public interface IAccountsOperations
type IAccountsOperations = interface
Public Interface IAccountsOperations

方法

BeginCreateWithHttpMessagesAsync(String, String, Account, Dictionary<String,List<String>>, CancellationToken)

创建或更新帐户。

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

删除帐户。

BeginUpdateWithHttpMessagesAsync(String, String, AccountUpdate, Dictionary<String,List<String>>, CancellationToken)

汇报帐户的可修补属性

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

创建或更新帐户。

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

删除帐户。

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

返回给定帐户名称的帐户详细信息。

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

返回帐户列表。

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

返回帐户列表。

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

返回帐户列表。

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

返回帐户列表。

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

汇报帐户的可修补属性

扩展方法

BeginCreate(IAccountsOperations, String, String, Account)

创建或更新帐户。

BeginCreateAsync(IAccountsOperations, String, String, Account, CancellationToken)

创建或更新帐户。

BeginDelete(IAccountsOperations, String, String)

删除帐户。

BeginDeleteAsync(IAccountsOperations, String, String, CancellationToken)

删除帐户。

BeginUpdate(IAccountsOperations, String, String, AccountUpdate)

汇报帐户的可修补属性

BeginUpdateAsync(IAccountsOperations, String, String, AccountUpdate, CancellationToken)

汇报帐户的可修补属性

Create(IAccountsOperations, String, String, Account)

创建或更新帐户。

CreateAsync(IAccountsOperations, String, String, Account, CancellationToken)

创建或更新帐户。

Delete(IAccountsOperations, String, String)

删除帐户。

DeleteAsync(IAccountsOperations, String, String, CancellationToken)

删除帐户。

Get(IAccountsOperations, String, String)

返回给定帐户名称的帐户详细信息。

GetAsync(IAccountsOperations, String, String, CancellationToken)

返回给定帐户名称的帐户详细信息。

ListByResourceGroup(IAccountsOperations, String)

返回帐户列表。

ListByResourceGroupAsync(IAccountsOperations, String, CancellationToken)

返回帐户列表。

ListByResourceGroupNext(IAccountsOperations, String)

返回帐户列表。

ListByResourceGroupNextAsync(IAccountsOperations, String, CancellationToken)

返回帐户列表。

ListBySubscription(IAccountsOperations)

返回帐户列表。

ListBySubscriptionAsync(IAccountsOperations, CancellationToken)

返回帐户列表。

ListBySubscriptionNext(IAccountsOperations, String)

返回帐户列表。

ListBySubscriptionNextAsync(IAccountsOperations, String, CancellationToken)

返回帐户列表。

Update(IAccountsOperations, String, String, AccountUpdate)

汇报帐户的可修补属性

UpdateAsync(IAccountsOperations, String, String, AccountUpdate, CancellationToken)

汇报帐户的可修补属性

适用于