AgreementsOperations interface
Interfejs reprezentujący operacje Umowy.
Właściwości
| get | Pobiera umowę według identyfikatora. |
| list |
Wyświetla listę umów dotyczących konta rozliczeniowego. |
Szczegóły właściwości
get
Pobiera umowę według identyfikatora.
get: (billingAccountName: string, agreementName: string, options?: AgreementsGetOptionalParams) => Promise<Agreement>
Wartość właściwości
(billingAccountName: string, agreementName: string, options?: AgreementsGetOptionalParams) => Promise<Agreement>
listByBillingAccount
Wyświetla listę umów dotyczących konta rozliczeniowego.
listByBillingAccount: (billingAccountName: string, options?: AgreementsListByBillingAccountOptionalParams) => PagedAsyncIterableIterator<Agreement, Agreement[], PageSettings>
Wartość właściwości
(billingAccountName: string, options?: AgreementsListByBillingAccountOptionalParams) => PagedAsyncIterableIterator<Agreement, Agreement[], PageSettings>