IEnrollmentAccountsOperations Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Opérations EnrollmentAccountsOperations.
public interface IEnrollmentAccountsOperations
type IEnrollmentAccountsOperations = interface
Public Interface IEnrollmentAccountsOperations
Méthodes
GetWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Obtient un compte d’inscription par nom. |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Répertorie les comptes d’inscription auxquels l’appelant a accès. |
ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken) |
Répertorie les comptes d’inscription auxquels l’appelant a accès. |
Méthodes d’extension
Get(IEnrollmentAccountsOperations, String) |
Obtient un compte d’inscription par nom. |
GetAsync(IEnrollmentAccountsOperations, String, CancellationToken) |
Obtient un compte d’inscription par nom. |
List(IEnrollmentAccountsOperations) |
Répertorie les comptes d’inscription auxquels l’appelant a accès. |
ListAsync(IEnrollmentAccountsOperations, CancellationToken) |
Répertorie les comptes d’inscription auxquels l’appelant a accès. |
ListNext(IEnrollmentAccountsOperations, String) |
Répertorie les comptes d’inscription auxquels l’appelant a accès. |
ListNextAsync(IEnrollmentAccountsOperations, String, CancellationToken) |
Répertorie les comptes d’inscription auxquels l’appelant a accès. |
S’applique à
Azure SDK for .NET