AgreementsOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for AgreementsOperations.
public static class AgreementsOperationsExtensions
type AgreementsOperationsExtensions = class
Public Module AgreementsOperationsExtensions
- Inheritance
-
AgreementsOperationsExtensions
Methods
Get(IAgreementsOperations, String, String, String) |
Gets an agreement by ID. https://docs.microsoft.com/en-us/rest/api/billing/ |
GetAsync(IAgreementsOperations, String, String, String, CancellationToken) |
Gets an agreement by ID. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByBillingAccount(IAgreementsOperations, String, String) |
Lists the agreements for a billing account. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByBillingAccountAsync(IAgreementsOperations, String, String, CancellationToken) |
Lists the agreements for a billing account. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByBillingAccountNext(IAgreementsOperations, String) |
Lists the agreements for a billing account. https://docs.microsoft.com/en-us/rest/api/billing/ |
ListByBillingAccountNextAsync(IAgreementsOperations, String, CancellationToken) |
Lists the agreements for a billing account. https://docs.microsoft.com/en-us/rest/api/billing/ |
Applies to
Azure SDK for .NET