AccountsOperationsExtensions Class

Definition

Extension methods for AccountsOperations.

public static class AccountsOperationsExtensions
type AccountsOperationsExtensions = class
Public Module AccountsOperationsExtensions
Inheritance
AccountsOperationsExtensions

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