Share via


IAccountsOperations Interface

Definition

AccountsOperations operations.

public interface IAccountsOperations
type IAccountsOperations = interface
Public Interface IAccountsOperations

Methods

AddRootCollectionAdminWithHttpMessagesAsync(String, String, CollectionAdminUpdate, Dictionary<String,List<String>>, CancellationToken)

Add the administrator for root collection.

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

Create or update an account resource

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

Deletes the account resource.

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

Patches the account resource.

CheckNameAvailabilityWithHttpMessagesAsync(CheckNameAvailabilityRequest, Dictionary<String,List<String>>, CancellationToken)

Checks the account name availability.

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

Create or update an account resource

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

Deletes the account resource.

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

Gets the account resource.

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

Gets the accounts resources by resource group.

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

Gets the accounts resources by resource group.

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

Gets the accounts resources by subscription.

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

Gets the accounts resources by subscription.

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

Lists the keys asynchronous.

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

Patches the account resource.

Extension Methods

AddRootCollectionAdmin(IAccountsOperations, String, String, CollectionAdminUpdate)

Add the administrator for root collection.

AddRootCollectionAdminAsync(IAccountsOperations, String, String, CollectionAdminUpdate, CancellationToken)

Add the administrator for root collection.

BeginCreateOrUpdate(IAccountsOperations, String, String, Account)

Create or update an account resource

BeginCreateOrUpdateAsync(IAccountsOperations, String, String, Account, CancellationToken)

Create or update an account resource

BeginDelete(IAccountsOperations, String, String)

Deletes the account resource.

BeginDeleteAsync(IAccountsOperations, String, String, CancellationToken)

Deletes the account resource.

BeginUpdate(IAccountsOperations, String, String, AccountUpdateParameters)

Patches the account resource.

BeginUpdateAsync(IAccountsOperations, String, String, AccountUpdateParameters, CancellationToken)

Patches the account resource.

CheckNameAvailability(IAccountsOperations, CheckNameAvailabilityRequest)

Checks the account name availability.

CheckNameAvailabilityAsync(IAccountsOperations, CheckNameAvailabilityRequest, CancellationToken)

Checks the account name availability.

CreateOrUpdate(IAccountsOperations, String, String, Account)

Create or update an account resource

CreateOrUpdateAsync(IAccountsOperations, String, String, Account, CancellationToken)

Create or update an account resource

Delete(IAccountsOperations, String, String)

Deletes the account resource.

DeleteAsync(IAccountsOperations, String, String, CancellationToken)

Deletes the account resource.

Get(IAccountsOperations, String, String)

Gets the account resource.

GetAsync(IAccountsOperations, String, String, CancellationToken)

Gets the account resource.

ListByResourceGroup(IAccountsOperations, String, String)

Gets the accounts resources by resource group.

ListByResourceGroupAsync(IAccountsOperations, String, String, CancellationToken)

Gets the accounts resources by resource group.

ListByResourceGroupNext(IAccountsOperations, String)

Gets the accounts resources by resource group.

ListByResourceGroupNextAsync(IAccountsOperations, String, CancellationToken)

Gets the accounts resources by resource group.

ListBySubscription(IAccountsOperations, String)

Gets the accounts resources by subscription.

ListBySubscriptionAsync(IAccountsOperations, String, CancellationToken)

Gets the accounts resources by subscription.

ListBySubscriptionNext(IAccountsOperations, String)

Gets the accounts resources by subscription.

ListBySubscriptionNextAsync(IAccountsOperations, String, CancellationToken)

Gets the accounts resources by subscription.

ListKeys(IAccountsOperations, String, String)

Lists the keys asynchronous.

ListKeysAsync(IAccountsOperations, String, String, CancellationToken)

Lists the keys asynchronous.

Update(IAccountsOperations, String, String, AccountUpdateParameters)

Patches the account resource.

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

Patches the account resource.

Applies to