Share via


IAccountsOperations Interface

Definition

AccountsOperations operations.

public interface IAccountsOperations
type IAccountsOperations = interface
Public Interface IAccountsOperations

Methods

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

Create an account in the given resource group

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

Delete an account

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

Create an account in the given resource group

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

Delete an account

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

Get an account under a resource group

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

List Accounts in a resource group

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

List Accounts in a resource group

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

List Accounts in a subscription

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

List Accounts in a subscription

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

Patch a given account

Extension Methods

BeginCreate(IAccountsOperations, String, String, Account)

Create an account in the given resource group

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

Create an account in the given resource group

BeginDelete(IAccountsOperations, String, String)

Delete an account

BeginDeleteAsync(IAccountsOperations, String, String, CancellationToken)

Delete an account

Create(IAccountsOperations, String, String, Account)

Create an account in the given resource group

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

Create an account in the given resource group

Delete(IAccountsOperations, String, String)

Delete an account

DeleteAsync(IAccountsOperations, String, String, CancellationToken)

Delete an account

Get(IAccountsOperations, String, String)

Get an account under a resource group

GetAsync(IAccountsOperations, String, String, CancellationToken)

Get an account under a resource group

ListByResourceGroup(IAccountsOperations, String, String)

List Accounts in a resource group

ListByResourceGroupAsync(IAccountsOperations, String, String, CancellationToken)

List Accounts in a resource group

ListByResourceGroupNext(IAccountsOperations, String)

List Accounts in a resource group

ListByResourceGroupNextAsync(IAccountsOperations, String, CancellationToken)

List Accounts in a resource group

ListBySubscription(IAccountsOperations, String)

List Accounts in a subscription

ListBySubscriptionAsync(IAccountsOperations, String, CancellationToken)

List Accounts in a subscription

ListBySubscriptionNext(IAccountsOperations, String)

List Accounts in a subscription

ListBySubscriptionNextAsync(IAccountsOperations, String, CancellationToken)

List Accounts in a subscription

Update(IAccountsOperations, String, String, AccountUpdateParameters)

Patch a given account

UpdateAsync(IAccountsOperations, String, String, AccountUpdateParameters, CancellationToken)

Patch a given account

Applies to