AgreementsOperations interface

Interface representing a Agreements operations.

Properties

get

Gets an agreement by ID.

listByBillingAccount

Lists the agreements for a billing account.

Property Details

get

Gets an agreement by ID.

get: (billingAccountName: string, agreementName: string, options?: AgreementsGetOptionalParams) => Promise<Agreement>

Property Value

(billingAccountName: string, agreementName: string, options?: AgreementsGetOptionalParams) => Promise<Agreement>

listByBillingAccount

Lists the agreements for a billing account.

listByBillingAccount: (billingAccountName: string, options?: AgreementsListByBillingAccountOptionalParams) => PagedAsyncIterableIterator<Agreement, Agreement[], PageSettings>

Property Value

(billingAccountName: string, options?: AgreementsListByBillingAccountOptionalParams) => PagedAsyncIterableIterator<Agreement, Agreement[], PageSettings>