IAgreementsOperations 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 AgreementsOperations.
public interface IAgreementsOperations
type IAgreementsOperations = interface
Public Interface IAgreementsOperations
Méthodes
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Obtient un contrat par ID. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByBillingAccountNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Répertorie les contrats pour un compte de facturation. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByBillingAccountWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Répertorie les contrats pour un compte de facturation. https://docs.microsoft.com/en-us/rest/api/billing/ |
Méthodes d’extension
Get(IAgreementsOperations, String, String, String) |
Obtient un contrat par ID. https://docs.microsoft.com/en-us/rest/api/billing/ |
GetAsync(IAgreementsOperations, String, String, String, CancellationToken) |
Obtient un contrat par ID. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByBillingAccount(IAgreementsOperations, String, String) |
Répertorie les contrats pour un compte de facturation. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByBillingAccountAsync(IAgreementsOperations, String, String, CancellationToken) |
Répertorie les contrats pour un compte de facturation. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByBillingAccountNext(IAgreementsOperations, String) |
Répertorie les contrats pour un compte de facturation. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByBillingAccountNextAsync(IAgreementsOperations, String, CancellationToken) |
Répertorie les contrats pour un compte de facturation. https://docs.microsoft.com/en-us/rest/api/billing/ |
S’applique à
Azure SDK for .NET