Condividi tramite


Agreements interface

Interfaccia che rappresenta un contratto.

Metodi

get(string, string, AgreementsGetOptionalParams)

Ottiene un contratto in base all'ID.

listByBillingAccount(string, AgreementsListByBillingAccountOptionalParams)

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.

options
AgreementsListByBillingAccountOptionalParams

Parametri delle opzioni.

Restituisce