Agreements interface
Interfaccia che rappresenta un contratto.
Metodi
get(string, string, Agreements |
Ottiene un contratto in base all'ID. |
list |
Elenca i contratti per un account di fatturazione. |
Dettagli metodo
get(string, string, AgreementsGetOptionalParams)
Ottiene un contratto in base all'ID.
function get(billingAccountName: string, agreementName: string, options?: AgreementsGetOptionalParams): Promise<Agreement>
Parametri
- billingAccountName
-
string
ID che identifica in modo univoco un account di fatturazione.
- agreementName
-
string
ID che identifica in modo univoco un contratto.
- options
- AgreementsGetOptionalParams
Parametri delle opzioni.
Restituisce
Promise<Agreement>
listByBillingAccount(string, AgreementsListByBillingAccountOptionalParams)
Elenca i contratti per un account di fatturazione.
function listByBillingAccount(billingAccountName: string, options?: AgreementsListByBillingAccountOptionalParams): PagedAsyncIterableIterator<Agreement, Agreement[], PageSettings>
Parametri
- billingAccountName
-
string
ID che identifica in modo univoco un account di fatturazione.
Parametri delle opzioni.