IAgreementsOperations Interface

Definition

AgreementsOperations operations.

public interface IAgreementsOperations
type IAgreementsOperations = interface
Public Interface IAgreementsOperations

Methods

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

Gets an agreement by ID. https://docs.microsoft.com/en-us/rest/api/billing/

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

Lists the agreements for a billing account. https://docs.microsoft.com/en-us/rest/api/billing/

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

Lists the agreements for a billing account. https://docs.microsoft.com/en-us/rest/api/billing/

Extension 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