Partager via


IAccountsOperations Interface

Définition

Opérations AccountsOperations.

public interface IAccountsOperations
type IAccountsOperations = interface
Public Interface IAccountsOperations

Méthodes

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

Créer un compte dans le groupe de ressources donné

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

Supprimer un compte

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

Créer un compte dans le groupe de ressources donné

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

Supprimer un compte

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

Obtenir un compte sous un groupe de ressources

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

Répertorier les comptes dans un groupe de ressources

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

Répertorier les comptes dans un groupe de ressources

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

Répertorier les comptes dans un abonnement

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

Répertorier les comptes dans un abonnement

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

Corriger un compte donné

Méthodes d’extension

BeginCreate(IAccountsOperations, String, String, Account)

Créer un compte dans le groupe de ressources donné

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

Créer un compte dans le groupe de ressources donné

BeginDelete(IAccountsOperations, String, String)

Supprimer un compte

BeginDeleteAsync(IAccountsOperations, String, String, CancellationToken)

Supprimer un compte

Create(IAccountsOperations, String, String, Account)

Créer un compte dans le groupe de ressources donné

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

Créer un compte dans le groupe de ressources donné

Delete(IAccountsOperations, String, String)

Supprimer un compte

DeleteAsync(IAccountsOperations, String, String, CancellationToken)

Supprimer un compte

Get(IAccountsOperations, String, String)

Obtenir un compte sous un groupe de ressources

GetAsync(IAccountsOperations, String, String, CancellationToken)

Obtenir un compte sous un groupe de ressources

ListByResourceGroup(IAccountsOperations, String, String)

Répertorier les comptes dans un groupe de ressources

ListByResourceGroupAsync(IAccountsOperations, String, String, CancellationToken)

Répertorier les comptes dans un groupe de ressources

ListByResourceGroupNext(IAccountsOperations, String)

Répertorier les comptes dans un groupe de ressources

ListByResourceGroupNextAsync(IAccountsOperations, String, CancellationToken)

Répertorier les comptes dans un groupe de ressources

ListBySubscription(IAccountsOperations, String)

Répertorier les comptes dans un abonnement

ListBySubscriptionAsync(IAccountsOperations, String, CancellationToken)

Répertorier les comptes dans un abonnement

ListBySubscriptionNext(IAccountsOperations, String)

Répertorier les comptes dans un abonnement

ListBySubscriptionNextAsync(IAccountsOperations, String, CancellationToken)

Répertorier les comptes dans un abonnement

Update(IAccountsOperations, String, String, AccountUpdateParameters)

Corriger un compte donné

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

Corriger un compte donné

S’applique à