AgreementsOperationsExtensions Class

Definition

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